This commit is contained in:
Tw93
2023-04-23 11:53:03 +08:00
parent 87ee78cca9
commit 6bbac9f2cc

View File

@@ -55,7 +55,6 @@ pub fn run_app() {
})
.on_window_event(|event| {
if let tauri::WindowEvent::CloseRequested { api, .. } = event.event() {
#[cfg(target_os = "macos")]
event.window().minimize().unwrap();