mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
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" {
|
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 {
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user