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
I use tauri to listen for window close events. I capture the close request in main_window.on_window_event and use api.prevent_close(); Prevents the default shutdown behavior, but he closes the program anyway。
Describe the bug
I use tauri to listen for window close events. I capture the close request in main_window.on_window_event and use api.prevent_close(); Prevents the default shutdown behavior, but he closes the program anyway。
permissions
run
dialog
Reproduction
No response
Expected behavior
I want a dialog box to pop up when I close the program and let the user confirm
Full
tauri info
outputStack trace
Additional context
The text was updated successfully, but these errors were encountered: