From d9e469d9c7b823004b0f993095ce5e790a191332 Mon Sep 17 00:00:00 2001 From: Redume Date: Mon, 19 Sep 2022 02:07:09 +0300 Subject: [PATCH] rename Ui -> UI --- functions/tray.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/tray.go b/functions/tray.go index a234b7c..c8e177d 100644 --- a/functions/tray.go +++ b/functions/tray.go @@ -12,7 +12,7 @@ func Tray() { systray.SetIcon(GetIcon("web/static/image/icons/everynasa.ico")) systray.SetTitle("EveryNasa") systray.SetTooltip("EveryNasa") - ui := systray.AddMenuItem("Open Ui", "Open Ui") + ui := systray.AddMenuItem("Open UI", "Open UI") exit := systray.AddMenuItem("Quit", "Quit the whole app") for {