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

Changed settings are not retained after app is opened again #101

Open
newadventure079 opened this issue Mar 5, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@newadventure079
Copy link

If you change/set some settings and close the app, they revert back to their default setting.

Settings that are not retained include: Thumbnails, Comparison Threshold, raise threshold by, lower threshold by, Enable direct deletion instead of trash, Disable confirmations

@theophanemayaud
Copy link
Owner

Thanks a lot for the suggestion. That would be great indeed, and since I implemented the custom cache location I now have a better understanding of how I could save a settings file.

I’ll try to implement this if it’s not too complicated. At least for some settings it should be pretty simple and not requiring checking if they are still valid (eg from the top of my head locked folders might not mean anything if they don’t exist anymore, and also some settings might be dangerous to systematically restore like direct deletion without prompting the user if they want to restore the settings).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Selected for development
Development

No branches or pull requests

2 participants