mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-28 16:30:52 +08:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user