diff --git a/main.go b/main.go index 2d2ef29..1f6a214 100644 --- a/main.go +++ b/main.go @@ -199,7 +199,7 @@ func systrayOnReady() { "Notifications enabled", "Whether notifications are enabled", true, ) mSoundEnabled := systray.AddMenuItemCheckbox( - "Sound enabled", "Whether sound is played", true, + "Sound enabled", "Whether sound is played", ProgramConfig.SoundEnabled, ) systray.AddSeparator() mQuitOrig := systray.AddMenuItem("Quit", "Quit the whole app")