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

Make secondary windows modal #78

Closed
dweindl opened this issue Jan 16, 2025 · 0 comments · Fixed by #99
Closed

Make secondary windows modal #78

dweindl opened this issue Jan 16, 2025 · 0 comments · Fixed by #99
Assignees

Comments

@dweindl
Copy link
Member

dweindl commented Jan 16, 2025

Currently, when a second window is open, one can still click buttons in the main window. However, the action is only performed once the secondary window was closed. This is awkward.

@dweindl dweindl self-assigned this Jan 20, 2025
dweindl added a commit that referenced this issue Jan 20, 2025
So far, when a second window was open, one could still click buttons in the main window.
However, the action was only performed once the secondary window was closed. This was awkward.
Now, all secondary windows are switched to modal, preventing interaction with the primary window.

Closes #78.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant