Skip to content

Commit

Permalink
Remove workaround for sommelier.
Browse files Browse the repository at this point in the history
  • Loading branch information
divVerent committed Sep 14, 2024
1 parent c484067 commit 630c0ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/aaaaxy/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ var (
runnableWhenUnfocused = flag.Bool("runnable_when_unfocused", flag.SystemDefault(map[string]bool{
// Focus didn't quite work well on JS. TODO: try testing again later.
"js/*": true,
// Focus doesn't work well with ChromeOS's sommelier either.
"chromeos/*": true,
// Otherwise default to pausing when focus is gone.
"*/*": false,
}), "keep running the game even when not focused")
Expand Down

0 comments on commit 630c0ce

Please sign in to comment.