mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
feat: Update MacOS tray icon
This commit is contained in:
@@ -140,7 +140,7 @@ impl Tray {
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
let icon = include_bytes!("../../icons/tray-icon.png").to_vec();
|
||||
#[cfg(target_os = "macos")]
|
||||
let icon = include_bytes!("../../icons/icon.png").to_vec();
|
||||
let icon = include_bytes!("../../icons/mac-tray-icon.png").to_vec();
|
||||
icon
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user