refactor(tray): comment out enable_tray_icon references for future removal #5161

Since network speed display in Tray on menu has been removed
This commit is contained in:
Tunglies
2025-10-28 14:29:47 +08:00
parent 0fcf168b08
commit 2af0af0837
4 changed files with 10 additions and 11 deletions

View File

@@ -307,7 +307,7 @@ export const LayoutViewer = forwardRef<DialogRef>((_, ref) => {
</GuardState>
</Item>
)} */}
{OS === "macos" && (
{/* {OS === "macos" && (
<Item>
<ListItemText primary={t("Enable Tray Icon")} />
<GuardState
@@ -326,7 +326,7 @@ export const LayoutViewer = forwardRef<DialogRef>((_, ref) => {
<Switch edge="end" />
</GuardState>
</Item>
)}
)} */}
<Item>
<ListItemText primary={t("Show Proxy Groups Inline")} />
<GuardState