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

Add button to initialize settings. #1392

Open
yui10 opened this issue Aug 27, 2024 · 1 comment
Open

Add button to initialize settings. #1392

yui10 opened this issue Aug 27, 2024 · 1 comment
Labels
enhancement Idea of improvement of existing feature. untriaged

Comments

@yui10
Copy link
Contributor

yui10 commented Aug 27, 2024

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

@yui10 yui10 added enhancement Idea of improvement of existing feature. untriaged labels Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Idea of improvement of existing feature. untriaged
Projects
None yet
Development

No branches or pull requests

2 participants
@yui10 and others