We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071ecac commit ea08e62Copy full SHA for ea08e62
trayicon.go
@@ -47,9 +47,9 @@ import (
47
func setupSysTray() {
48
runtime.LockOSThread()
49
if *hibernate == true {
50
- systray.Run(setupSysTrayHibernate)
+ systray.Run(setupSysTrayHibernate,nil)
51
} else {
52
- systray.Run(setupSysTrayReal)
+ systray.Run(setupSysTrayReal,nil)
53
}
54
55
0 commit comments