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

Proposed change: Do not update output path when changing preferences #32

Open
B-Hartmann opened this issue Sep 29, 2024 · 0 comments
Open

Comments

@B-Hartmann
Copy link
Contributor

The line

self.widget_output.path = self.settings.value("main/output_path",
causes the current output path to be changed to the new default output path from the preferences in case the user updates the preferences.
I propose to remove that line of code, because I find it confusing and surprising that the current output directory in the main window changes because of a change in the preferences.
I think that users would anyway first change the directory in the main gui and then decide to have that directory as default for the future and update the preferences, not the other way around.

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