Add clarifying comment for system proxy icon behavior

Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-15 15:16:39 +00:00
parent ffb024ebf5
commit 314059b5bf

View File

@@ -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;
}