diff --git a/src-tauri/src/core/handle.rs b/src-tauri/src/core/handle.rs index a91ed77..781a461 100644 --- a/src-tauri/src/core/handle.rs +++ b/src-tauri/src/core/handle.rs @@ -85,8 +85,9 @@ impl Handle { let url = window_info.url.as_str(); if let Some(window) = app_handle.get_window(label) { - let _ = window.set_always_on_top(true); + // let _ = window.set_always_on_top(true); let _ = window.show(); + let _ = window.set_focus(); return; }