prevent sleep on Windows when playing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build !windows
|
||||
|
||||
package backend
|
||||
|
||||
func SetSystemSleepDisabled(disable bool) {
|
||||
// no-op
|
||||
}
|
||||
Reference in New Issue
Block a user