Skip to content

Commit ea08e62

Browse files
author
Roberto Sora
committed
trayicon.go updated to satisfy module update
1 parent 071ecac commit ea08e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trayicon.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ import (
4747
func setupSysTray() {
4848
runtime.LockOSThread()
4949
if *hibernate == true {
50-
systray.Run(setupSysTrayHibernate)
50+
systray.Run(setupSysTrayHibernate,nil)
5151
} else {
52-
systray.Run(setupSysTrayReal)
52+
systray.Run(setupSysTrayReal,nil)
5353
}
5454
}
5555

0 commit comments

Comments
 (0)