From 5b0afa75d79cc3510524b6481a2c0737b2cdc6d5 Mon Sep 17 00:00:00 2001 From: Ronald1985 Date: Thu, 19 Oct 2023 23:22:19 +0100 Subject: [PATCH] Remove unnecessary seperator from system tray menu. --- main.go | 1 - 1 file changed, 1 deletion(-) 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, )