This commit is contained in:
jahruz67
2026-05-08 17:00:33 -07:00
parent 53637c6083
commit afe0692da3
2 changed files with 3 additions and 1 deletions
Binary file not shown.
+3 -1
View File
@@ -64,7 +64,9 @@ func main() {
OnStartup: app.startup,
OnShutdown: app.Shutdown,
OnBeforeClose: app.beforeClose,
StartHidden: true,
// On Linux, starting hidden makes it look like "nothing happens" if the tray icon
// fails to initialize (missing libayatana-appindicator, etc) or is hidden by the DE.
StartHidden: runtime.GOOS == "windows",
Bind: []interface{}{app},
})