feat: add new monochrome tray icons for system and tunnel
This commit is contained in:
BIN
src-tauri/icons/tray-icon-sys-mono-new.ico
Normal file
BIN
src-tauri/icons/tray-icon-sys-mono-new.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 111 KiB |
BIN
src-tauri/icons/tray-icon-tun-mono-new.ico
Normal file
BIN
src-tauri/icons/tray-icon-tun-mono-new.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@@ -105,7 +105,7 @@ impl TrayState {
|
||||
if tray_icon_colorful == "monochrome" {
|
||||
(
|
||||
false,
|
||||
include_bytes!("../../../icons/tray-icon-sys-mono.ico").to_vec(),
|
||||
include_bytes!("../../../icons/tray-icon-sys-mono-new.ico").to_vec(),
|
||||
)
|
||||
} else {
|
||||
(
|
||||
@@ -139,7 +139,7 @@ impl TrayState {
|
||||
if tray_icon_colorful == "monochrome" {
|
||||
(
|
||||
false,
|
||||
include_bytes!("../../../icons/tray-icon-tun-mono.ico").to_vec(),
|
||||
include_bytes!("../../../icons/tray-icon-tun-mono-new.ico").to_vec(),
|
||||
)
|
||||
} else {
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user