chore: update

This commit is contained in:
huzibaca 2024-09-23 16:53:00 +08:00
parent 60e0f972d0
commit 52d5f2c992
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -59,7 +59,7 @@ impl Tray {
match tray_event.as_str() {
"system_proxy" => feat::toggle_system_proxy(),
"tun_mode" => feat::toggle_tun_mode(),
"main_window" => resolve::create_window(app),
"main_window" => resolve::create_window(),
_ => {}
}
let _ = tray.set_visible(true);