We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6294653 commit 40b03a3Copy full SHA for 40b03a3
1 file changed
Core/Sources/SuggestionWidget/FeatureReducers/WidgetFeature.swift
@@ -250,7 +250,7 @@ public struct WidgetFeature: ReducerProtocol {
250
else { continue }
251
guard await windows.fullscreenDetector.isOnActiveSpace else { continue }
252
let app = AXUIElementCreateApplication(activeXcode.processIdentifier)
253
- if let window = app.focusedWindow, window.isFullScreen {
+ if let window = app.focusedWindow {
254
await windows.orderFront()
255
}
256
0 commit comments