Attempt to fix issue with blurred background windows not correctly covering entire screen in some conditions

This commit is contained in:
Greg Neagle
2024-10-18 09:49:43 -07:00
parent aa41b00217
commit b385bd83e4
2 changed files with 2 additions and 1 deletions
@@ -23,6 +23,7 @@ class BlurWindowController: NSWindowController {
self.window?.contentViewController = BlurViewController()
if let screen {
self.window?.setFrame((screen.frame), display: true)
self.window?.setFrameOrigin(screen.frame.origin)
}
self.window?.collectionBehavior = [.canJoinAllSpaces]
if atLoginWindow() {
+1 -1
View File
@@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.6.2</string>
<string>6.6.3</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>GitRevision</key>