mirror of
https://github.com/munki/munki.git
synced 2026-04-26 06:48:57 -05:00
Attempt to fix issue with blurred background windows not correctly covering entire screen in some conditions
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user