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 81d8324 commit 08c9107Copy full SHA for 08c9107
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):
576
s.connected = true
577
s.sendNotification = true
578
if s.isUpdateIconActive {
0 commit comments