We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9f3bd commit 98b5f8bCopy full SHA for 98b5f8b
Core/Sources/SuggestionWidget/SuggestionWidgetController.swift
@@ -301,7 +301,7 @@ public extension SuggestionWidgetController {
301
suggestionPanelViewModel.chat = chatRoom
302
Task { @MainActor in
303
// looks like we need a delay.
304
- try await Task.sleep(nanoseconds: 100_000_000)
+ try await Task.sleep(nanoseconds: 150_000_000)
305
NSApplication.shared.activate(ignoringOtherApps: true)
306
}
307
0 commit comments