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

The Filechooser is "Save" when selecting the CSV and CSVS file, It should be "Open" #464

Open
sparkhi opened this issue Nov 24, 2023 · 0 comments

Comments

@sparkhi
Copy link
Contributor

sparkhi commented Nov 24, 2023

I think this is probably down to the fact that we have a single method to launch FileChooser and we launch it from 3 places

  1. Select CSV file -> Should be "Open File Dialog"
  2. Select CSVS file -> should be "Open file dialog"
  3. Save the results -> Should be "Save file dialog"

In fixing issue #331 , I think we ended up with all of them launching a "save file dialog"

Perhaps they need to be separated out

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

No branches or pull requests

1 participant