feat: allow disabling proxy groups in tray icon (#5946)

* feat: allow disabling proxy groups in tray icon

* feat: allow disabling proxy groups in tray icon (update i11n)

* feat: allow disabling proxy groups in tray icon (fix)

* feat: allow disabling proxy groups in tray icon (less nesting)

* feat: allow disabling proxy groups in tray icon (changelog)
This commit is contained in:
歳納七夏
2025-12-26 16:29:05 +08:00
committed by GitHub
parent d91e19e166
commit 2417d064e1
21 changed files with 137 additions and 35 deletions

View File

@@ -210,7 +210,7 @@
"navIcon": "آیکون ناوبری",
"collapseNavBar": "جمع کردن نوار ناوبری",
"trayIcon": "آیکون سینی سیستم",
"showProxyGroupsInline": "Show Proxy Groups Inline",
"proxyGroupsDisplayMode": "Proxy Groups Display Mode",
"showOutboundModesInline": "Show Outbound Modes Inline",
"commonTrayIcon": "آیکون مشترک سینی سیستم",
"systemProxyTrayIcon": "آیکون سینی پراکسی سیستم",
@@ -233,6 +233,11 @@
"topRight": "Top Right",
"bottomLeft": "Bottom Left",
"bottomRight": "Bottom Right"
},
"proxyGroupsDisplayMode": {
"default": "Default",
"inline": "Inline",
"disable": "Disable"
}
}
}