Skip to content

Commit 2822025

Browse files
committed
Revert chat window behavior
1 parent 9340275 commit 2822025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/SuggestionWidget/ChatPanelWindow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ final class ChatPanelWindow: WidgetWindow {
2020
override var defaultCollectionBehavior: NSWindow.CollectionBehavior {
2121
[
2222
.fullScreenAuxiliary,
23+
.transient,
2324
.fullScreenPrimary,
2425
.fullScreenAllowsTiling,
25-
.participatesInCycle
2626
]
2727
}
2828

0 commit comments

Comments
 (0)