We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d4135 commit 2a8e0c4Copy full SHA for 2a8e0c4
Core/Sources/SuggestionWidget/ChatPanelWindow.swift
@@ -51,10 +51,7 @@ final class ChatPanelWindow: WidgetWindow {
51
}())
52
titlebarAppearsTransparent = true
53
isReleasedWhenClosed = false
54
- isOpaque = false
55
- backgroundColor = .clear
56
level = widgetLevel(1)
57
-
58
hasShadow = true
59
contentView = NSHostingView(
60
rootView: ChatWindowView(
0 commit comments