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
When the user tries to close my application, I'd like to be able to intercept the request (for example to pop up an "Are you sure? There are unsaved changes") modal. I'm guessing this requires a new method on the WinHandler trait.
The text was updated successfully, but these errors were encountered:
When the user tries to close my application, I'd like to be able to intercept the request (for example to pop up an "Are you sure? There are unsaved changes") modal. I'm guessing this requires a new method on the
WinHandler
trait.The text was updated successfully, but these errors were encountered: