Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update multi selection #23

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Update multi selection #23

merged 1 commit into from
Jul 26, 2024

Conversation

DJ-Raven
Copy link
Contributor

This PR update multi selections I see Issue #7 comment by @remcopoelstra. So please review this. Thank you.

@steos steos merged commit caf6ebd into steos:master Jul 26, 2024
@steos
Copy link
Owner

steos commented Jul 26, 2024

Thanks a lot!

@DJ-Raven DJ-Raven deleted the multi-selection branch July 28, 2024 06:04
@DJ-Raven
Copy link
Contributor Author

@steos Please update this line

if (open && !defaultFilename.isEmpty()) {

to match the changes from PR #21

Apologies for the oversight I didn't check for the previous update before making my changes.

@steos
Copy link
Owner

steos commented Aug 14, 2024

isn't this already the current state on master?

@DJ-Raven
Copy link
Contributor Author

Yes it's current on master.

@steos
Copy link
Owner

steos commented Aug 14, 2024

Sorry, I was not quite following. I think I got it now - so we should have as condition only this:

if (!defaultFilename.isEmpty()) {

instead of

if (open && !defaultFilename.isEmpty()) { 

right?

@DJ-Raven
Copy link
Contributor Author

if (!defaultFilename.isEmpty()) {

yes

@steos
Copy link
Owner

steos commented Aug 14, 2024

done, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants