Skip to content

Commit 222c2b5

Browse files
committed
Disable systray
Former-commit-id: 670c9a4ad84f8bbb3d95ab4b7742f3c55e723afc [formerly a286d16c14336a39e18e4190c2aa6ce79c5f3d92] Former-commit-id: 9564a45ea8dc066edf78a1e2a750b3b8278c0712
1 parent cd4ab8b commit 222c2b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ func main() {
138138
}
139139

140140
func startDaemon() {
141+
// setupSysTray()
141142
go func() {
142143

143144
// autoextract self
@@ -265,7 +266,7 @@ func startDaemon() {
265266
log.Fatal("Error ListenAndServe:", err)
266267
}
267268
}()
268-
setupSysTray()
269+
269270
}
270271

271272
var homeTemplate = template.Must(template.New("home").Parse(homeTemplateHtml))

0 commit comments

Comments
 (0)