We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c54ea2 commit 8194a7dCopy full SHA for 8194a7d
1 file changed
Core/Sources/SuggestionWidget/WidgetWindowsController.swift
@@ -755,7 +755,9 @@ public final class WidgetWindows {
755
toastWindow.orderFrontRegardless()
756
sharedPanelWindow.orderFrontRegardless()
757
suggestionPanelWindow.orderFrontRegardless()
758
- chatPanelWindow.orderFrontRegardless()
+ if chatPanelWindow.level.rawValue > NSWindow.Level.normal.rawValue {
759
+ chatPanelWindow.orderFrontRegardless()
760
+ }
761
}
762
763
0 commit comments