You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: