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
It's not just Ctrl-Q, it's also "Quit" in App menu or everything else that closes the application directly(as opposed to closing the window). That means the application close event needs to be interrupted and everything handled there. Might need some refactoring, but haven't looked into it yet.
Normally when just closing the Peek window while Peek is rendering, it will continue in the background.
Pressing Ctrl+q however closes the application directly, circumventing the current implementation on the window close event.
The text was updated successfully, but these errors were encountered: