From 05ed881433a42be57159113e2bddbf8cb4e01193 Mon Sep 17 00:00:00 2001 From: Ronald1985 Date: Mon, 16 Oct 2023 20:52:04 +0100 Subject: [PATCH] Fix typo in system tray code --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1f09889..2d2ef29 100644 --- a/main.go +++ b/main.go @@ -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")