fix(tray): render full-color badge disk icons from theta42.svg and fix home LAN detection for local servers

This commit is contained in:
2026-08-08 23:29:44 -04:00
parent 16cab898ed
commit 37e7ffd25d
13 changed files with 33 additions and 18 deletions
+1 -1
View File
@@ -101,5 +101,5 @@ func checkAndPush(cfg *Config, connectedFn func() bool) {
siteName = "home"
}
UpdateTrayStatus(connected, agentIP, homeIP, vpn, autoVPN, siteName)
UpdateTrayStatus(connected, agentIP, homeIP, vpn, autoVPN, siteName, cfg.ServerURL)
}