Anurag Kumar
Results
1
comments of
Anurag Kumar
This worked for me in mac ``` .on_window_event(|window, event| { if let tauri::WindowEvent::CloseRequested { api, .. } = event { // Prevent the default close behavior api.prevent_close(); #[cfg(target_os = "macOS")]...