Skip to content

Commit

Permalink
fix mode menu label on reload
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jan 17, 2022
1 parent 6cae10b commit 6c38f52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/client/tray.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ func (c *Client) setupMenus(clientInfo *notifiarr.ClientInfo) {
return
}

menu["mode"].SetTitle("Mode: " + strings.Title(c.Config.Mode))

if !c.Config.Debug {
menu["debug"].Hide()
} else {
Expand Down

0 comments on commit 6c38f52

Please sign in to comment.