Skip to content

Commit 67a86cd

Browse files
committed
Disable tabWindow
1 parent eb3063d commit 67a86cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Core/Sources/SuggestionWidget/FeatureReducers/WidgetFeature.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ public struct WidgetFeature: ReducerProtocol {
496496
windows.sharedPanelWindow.alphaValue = noFocus ? 0 : 1
497497
windows.suggestionPanelWindow.alphaValue = noFocus ? 0 : 1
498498
windows.widgetWindow.alphaValue = noFocus ? 0 : 1
499-
windows.tabWindow.alphaValue = noFocus ? 0 : 1
499+
windows.tabWindow.alphaValue = 0
500500

501501
if isChatPanelDetached {
502502
windows.chatPanelWindow.alphaValue = hasChat ? 1 : 0
@@ -520,7 +520,7 @@ public struct WidgetFeature: ReducerProtocol {
520520
windows.sharedPanelWindow.alphaValue = noFocus ? 0 : 1
521521
windows.suggestionPanelWindow.alphaValue = noFocus ? 0 : 1
522522
windows.widgetWindow.alphaValue = noFocus ? 0 : 1
523-
windows.tabWindow.alphaValue = noFocus ? 0 : 1
523+
windows.tabWindow.alphaValue = 0
524524
if isChatPanelDetached {
525525
windows.chatPanelWindow.alphaValue = hasChat ? 1 : 0
526526
} else {

0 commit comments

Comments
 (0)