Fix typo in system tray code

master
Ronald1985 2 years ago
parent 2f44f3a9fc
commit 05ed881433

@ -199,7 +199,7 @@ func systrayOnReady() {
"Notifications enabled", "Whether notifications are enabled", true,
)
mSoundEnabled := systray.AddMenuItemCheckbox(
"Enabled", "Whether sound is played", true,
"Sound enabled", "Whether sound is played", true,
)
systray.AddSeparator()
mQuitOrig := systray.AddMenuItem("Quit", "Quit the whole app")

Loading…
Cancel
Save