change tray icon click behavior
parent
c71ed9a982
commit
916389ca55
|
|
@ -16,6 +16,9 @@ pub fn run() {
|
|||
if let Ok(true) = window.is_minimized() {
|
||||
let _ = window.unminimize();
|
||||
}
|
||||
if let Ok(false) = window.is_visible() {
|
||||
let _ = window.show();
|
||||
}
|
||||
let _ = window.set_focus();
|
||||
}))
|
||||
.plugin(tauri_plugin_fs::init())
|
||||
|
|
|
|||
Loading…
Reference in New Issue