theophanemayaud / video-simili-duplicate-cleaner

https://theophanemayaud.github.io/video-simili-duplicate-cleaner/
GNU General Public License v3.0
51 stars 5 forks source link

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

Open newadventure079 opened 1 year ago

newadventure079 commented 1 year ago

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 commented 1 year ago

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).