We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cb44b commit de11573Copy full SHA for de11573
1 file changed
Core/Sources/SuggestionWidget/SuggestionWidgetController.swift
@@ -349,7 +349,9 @@ extension SuggestionWidgetController {
349
kAXFocusedWindowChangedNotification,
350
kAXFocusedUIElementChangedNotification,
351
kAXWindowMovedNotification,
352
- kAXWindowResizedNotification
+ kAXWindowResizedNotification,
353
+ kAXWindowMiniaturizedNotification,
354
+ kAXWindowDeminiaturizedNotification
355
)
356
for await notification in notifications {
357
guard let self else { return }
0 commit comments