mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +03:00
rename Ui -> UI
This commit is contained in:
parent
f3f1c3d1e9
commit
d9e469d9c7
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue