Skip to content

Commit

Permalink
Change default for minimize to tray
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKalkoken committed Oct 10, 2024
1 parent ea69814 commit ca74443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/ui/settingswindow.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
settingNotifyMailsEnabledDefault = false
settingNotificationsTypesEnabled = "settingNotificationsTypesEnabled"
settingSysTrayEnabled = "settingSysTrayEnabled"
settingSysTrayEnabledDefault = true
settingSysTrayEnabledDefault = false
settingTheme = "settingTheme"
settingThemeDefault = themeAuto
)
Expand Down

0 comments on commit ca74443

Please sign in to comment.