diff --git a/main.go b/main.go index b6e93f8..4ce920c 100644 --- a/main.go +++ b/main.go @@ -120,7 +120,6 @@ func systrayOnReady() { systray.SetTitle("Eye Reminder") systray.SetTooltip("Eye Reminder") systray.SetIcon(enabledicon.Data) - systray.AddSeparator() mEnabled := systray.AddMenuItemCheckbox( "Enabled", "Disables notifications and sound", true, )