feat: add new monochrome tray icons for system and tunnel

This commit is contained in:
Tunglies
2025-06-22 15:31:59 +08:00
parent 4b860ba897
commit 9b1c660306
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

View File

@@ -105,7 +105,7 @@ impl TrayState {
if tray_icon_colorful == "monochrome" { if tray_icon_colorful == "monochrome" {
( (
false, false,
include_bytes!("../../../icons/tray-icon-sys-mono.ico").to_vec(), include_bytes!("../../../icons/tray-icon-sys-mono-new.ico").to_vec(),
) )
} else { } else {
( (
@@ -139,7 +139,7 @@ impl TrayState {
if tray_icon_colorful == "monochrome" { if tray_icon_colorful == "monochrome" {
( (
false, false,
include_bytes!("../../../icons/tray-icon-tun-mono.ico").to_vec(), include_bytes!("../../../icons/tray-icon-tun-mono-new.ico").to_vec(),
) )
} else { } else {
( (