-
Notifications
You must be signed in to change notification settings - Fork 173
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
[Bug]: Settings window can be opened multiple times #1781
Comments
Related pr: #1695 |
@hayden-fr Can you take a look? |
Maybe it's caused by multiple clicks in a short period of time or other reasons? The solution is to add a unique key when showDialog. Because the some function is not complete yet, I haven't had time to add key to the existing dialog. I think I can fix this defect now. |
@hayden-fr If you're already on it, awesome! Seems we thought the same:
|
This is the original functional design. |
Since I didn't consider opening the dialog through shortcut keys before, I postponed adding a key to the existing dialog and now add it. I think there may be a lack of solution for managing unique keys to avoid duplication of them. |
Frontend Version
1.5.4
Expected Behavior
Only one instance of the settings dialog can ever be open at once.
Actual Behavior
Using the
Ctrl + ,
shortcut, multiple instances of settings can be opened.Steps to Reproduce
Video:
Ctrl + ,
Escape
so-many-settings.mp4
Debug Logs
-
Browser Logs
Setting JSON
What browsers do you use to access the UI ?
No response
Other
No response
The text was updated successfully, but these errors were encountered: