feat: support monochrome tray icon

This commit is contained in:
MystiPanda
2024-05-15 12:00:38 +08:00
parent 72edd2e15d
commit ecb2fbf900
13 changed files with 71 additions and 7 deletions

View File

@@ -207,6 +207,7 @@ interface IVergeConfig {
enable_memory_usage?: boolean;
enable_group_icon?: boolean;
menu_icon?: "monochrome" | "colorful" | "disable";
tray_icon?: "monochrome" | "colorful";
common_tray_icon?: boolean;
sysproxy_tray_icon?: boolean;
tun_tray_icon?: boolean;