Skip to content

Commit

Permalink
Fix disabling fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
blochberger committed Feb 13, 2024
1 parent 30a5c37 commit 6a61ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blocki/BlockiApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct BlockiApp: App {
DispatchQueue.main.async {
for window in NSApplication.shared.windows {
window.titlebarAppearsTransparent = true
window.collectionBehavior = [.fullScreenNone]
window.collectionBehavior = [.primary, .fullScreenNone]
}
}
}
Expand Down

0 comments on commit 6a61ee5

Please sign in to comment.