fix: fill popover background during resize animation

This commit is contained in:
SuperDooper
2026-05-08 09:56:41 +02:00
parent 802cf14a71
commit 38d7683843
+3
View File
@@ -48,6 +48,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
.environmentObject(updateManager)
)
hc.sizingOptions = .preferredContentSize
hc.view.wantsLayer = true
hc.view.layer?.backgroundColor = NSColor.windowBackgroundColor.cgColor
popover?.contentViewController = hc
// React to limits or menubar toggle changes
@@ -238,3 +240,4 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}