feat: Update MacOS tray icon

This commit is contained in:
MystiPanda
2023-12-14 13:11:46 +08:00
parent 8a608c3c3e
commit e21596db83
5 changed files with 2 additions and 2 deletions

View File

@@ -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
};