Skip to content

Commit

Permalink
fix: fullscreening windows stopped working (closes #2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed Nov 16, 2022
1 parent 82cfb62 commit a09dbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic/Window.swift
Expand Up @@ -146,7 +146,7 @@ class Window {
}

func toggleFullscreen() {
if canBeMinDeminOrFullscreened() {
if !canBeMinDeminOrFullscreened() {
NSSound.beep()
return
}
Expand Down

0 comments on commit a09dbbf

Please sign in to comment.