chore: update

This commit is contained in:
huzibaca 2024-09-23 16:53:00 +08:00
parent 1c894f3cfa
commit 4d57c64b0d

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);