From 314059b5bf4a7d71da035384502ac06aa35feed1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 15 Jan 2026 15:16:39 +0000 Subject: [PATCH] Add clarifying comment for system proxy icon behavior Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com> --- src-tauri/src/core/tray/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/src/core/tray/mod.rs b/src-tauri/src/core/tray/mod.rs index b42c52bbc..d25aad347 100644 --- a/src-tauri/src/core/tray/mod.rs +++ b/src-tauri/src/core/tray/mod.rs @@ -104,7 +104,8 @@ impl TrayState { } if !enabled { - // When system proxy is disabled, show the common icon + // When system proxy is disabled and tray_event is "system_proxy", + // show the common icon. System proxy mode doesn't have dedicated "off" icons. return Self::get_common_tray_icon(verge).await; }