We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabb414 commit 3771a66Copy full SHA for 3771a66
Ice/Main/AppState.swift
@@ -114,7 +114,7 @@ final class AppState: ObservableObject {
114
115
if let settingsWindow {
116
settingsWindow.publisher(for: \.isVisible)
117
- .receive(on: DispatchQueue.main)
+ .debounce(for: 0.05, scheduler: DispatchQueue.main)
118
.sink { [weak self] isVisible in
119
guard let self else {
120
return
0 commit comments