[client] fix connection state handling (#3995)

[client] fix connection state handling (#3995)
This commit is contained in:
hakansa
2025-06-17 17:14:08 +03:00
committed by GitHub
parent 81d83245e1
commit 08c9107c61

View File

@@ -572,7 +572,7 @@ func (s *serviceClient) updateStatus() error {
var systrayIconState bool
switch {
case status.Status == string(internal.StatusConnected) && s.mUp.Disabled():
case status.Status == string(internal.StatusConnected):
s.connected = true
s.sendNotification = true
if s.isUpdateIconActive {