mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
1
This commit is contained in:
@@ -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},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user