move icons to platform package

This commit is contained in:
Nazar Kanaev
2020-10-01 21:53:48 +01:00
parent 693b5bcb8d
commit bac136603b
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import (
func Start(s *server.Handler) {
systrayOnReady := func() {
systray.SetIcon(server.Icon)
systray.SetIcon(Icon)
menuOpen := systray.AddMenuItem("Open", "")
systray.AddSeparator()