Skip to content

Commit 2a8e0c4

Browse files
committed
Make chat panel opaque
1 parent 52d4135 commit 2a8e0c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Core/Sources/SuggestionWidget/ChatPanelWindow.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ final class ChatPanelWindow: WidgetWindow {
5151
}())
5252
titlebarAppearsTransparent = true
5353
isReleasedWhenClosed = false
54-
isOpaque = false
55-
backgroundColor = .clear
5654
level = widgetLevel(1)
57-
5855
hasShadow = true
5956
contentView = NSHostingView(
6057
rootView: ChatWindowView(

0 commit comments

Comments
 (0)