Skip to content

Commit

Permalink
Reenable and
Browse files Browse the repository at this point in the history
  • Loading branch information
crgimenes committed Apr 6, 2024
1 parent e482d51 commit 10e650f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ func main() {
InitUnfocused: true,
ScreenTransparent: true,
SkipTaskbar: true,
//X11ClassName: "Neko", // Temporary disabled due to a bug in Ebiten
//X11InstanceName: "Neko",
X11ClassName: "Neko",
X11InstanceName: "Neko",
})
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 10e650f

Please sign in to comment.