We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4818634 commit 23b7f3cCopy full SHA for 23b7f3c
1 file changed
Core/Sources/SuggestionWidget/FeatureReducers/WidgetFeature.swift
@@ -208,7 +208,7 @@ public struct WidgetFeature: ReducerProtocol {
208
await send(.updateWindowOpacity(immediately: false))
209
if isDetached {
210
Task { @MainActor in
211
- windows.chatPanelWindow.alphaValue = 1
+ windows.chatPanelWindow.isWindowHidden = false
212
}
213
214
0 commit comments