Skip to content

Commit 38fcd66

Browse files
committed
Hide chat panel by default
1 parent 380cffc commit 38fcd66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Core/Sources/SuggestionWidget/WidgetWindowsController.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ actor WidgetWindowsController: NSObject {
9797
}
9898
}
9999
}
100+
101+
Task { @MainActor in
102+
windows.chatPanelWindow.isPanelDisplayed = false
103+
}
100104
}
101105
}
102106

0 commit comments

Comments
 (0)