Skip to content

Commit 0910bcb

Browse files
committed
Systray.Start() was called even if the program have to restart
1 parent 1c168a8 commit 0910bcb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@ func main() {
146146
if err != nil {
147147
panic(err)
148148
}
149+
Systray.Start()
149150
}
150-
151-
Systray.Start()
152151
}
153152

154153
func copyExe(from, to string) error {

0 commit comments

Comments
 (0)