We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2b427 commit 81d8324Copy full SHA for 81d8324
client/ui/client_ui.go
@@ -572,7 +572,7 @@ func (s *serviceClient) updateStatus() error {
572
var systrayIconState bool
573
574
switch {
575
- case status.Status == string(internal.StatusConnected) && !s.mUp.Disabled():
+ case status.Status == string(internal.StatusConnected) && s.mUp.Disabled():
576
s.connected = true
577
s.sendNotification = true
578
if s.isUpdateIconActive {
0 commit comments