Only do systray stuff on windows
This commit is contained in:
11
dau_nonwindows.go
Normal file
11
dau_nonwindows.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build !windows
|
||||
|
||||
package main
|
||||
|
||||
import "github.com/tardisx/discord-auto-upload/config"
|
||||
|
||||
func mainloop(c *config.ConfigService) {
|
||||
|
||||
ch := make(chan bool)
|
||||
<-ch
|
||||
}
|
||||
Reference in New Issue
Block a user