DevToys
DevToys copied to clipboard
Add button to initialize settings.
What improvement do you think would an existing feature or tool in DevToys?
Each tool has the ability to save configuration items and automatically restore them the next time they are opened. However, this makes it difficult to recover when critical problems arise in the application due to user-configured settings.
Specific example Version: Version 2.0-preview.5 or earlier Operation: Password generation with a length of 10^6 and a generation count of 10000. Result: A huge amount of processing time is required, and it is almost impossible to use password generation by any other method than directly deleting the configuration file.
The solution is to add a button that allows the user to initialize all settings from the application settings.
Solution/Idea
Add a button to initialize the application state in the settings section.
Comments
No response