Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 authored Sep 14, 2024
1 parent 7c2459a commit 22bc5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func main() {
loaded := loadSettings()
preventSleep()

window := g.NewMasterWindow("Anime4K-GUI", 1600, 950, g.MasterWindowFlagsNotResizable)
window := g.NewMasterWindow("Anime4K-GUI", 1600, 950)
searchHardwareAcceleration()

if loaded && settings.UseSavedPosition {
Expand Down

0 comments on commit 22bc5fa

Please sign in to comment.