Skip to content

Commit 52d4135

Browse files
committed
Tweak window performance
1 parent 5c18c59 commit 52d4135

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OverlayWindow/Sources/OverlayWindow/OverlayPanel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ final class OverlayPanel: NSPanel {
5252

5353
isReleasedWhenClosed = false
5454
menu = nil
55-
isOpaque = false
55+
isOpaque = true
5656
backgroundColor = .clear
57-
hasShadow = true
57+
hasShadow = false
5858
alphaValue = 1.0
5959
collectionBehavior = [.fullScreenAuxiliary]
6060
isFloatingPanel = true

0 commit comments

Comments
 (0)