mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
refactor: fix
This commit is contained in:
@@ -17,9 +17,6 @@ impl Tray {
|
||||
|
||||
let version = app_handle.package_info().version.to_string();
|
||||
|
||||
dbg!(&zh);
|
||||
dbg!(&version);
|
||||
|
||||
if zh {
|
||||
SystemTrayMenu::new()
|
||||
.add_item(CustomMenuItem::new("open_window", "打开面板"))
|
||||
@@ -128,9 +125,7 @@ impl Tray {
|
||||
SystemTrayEvent::LeftClick { .. } => {
|
||||
resolve::create_window(app_handle);
|
||||
}
|
||||
e @ _ => {
|
||||
dbg!("trya");
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user