beta.16: anchor background WebView in hidden NSWindow to prevent WebKit throttling

This commit is contained in:
SuperDooper
2026-05-11 11:47:06 +02:00
parent 7b26629dc7
commit 7a4c21768f
+1 -1
View File
@@ -117,7 +117,7 @@ struct ContentView: View {
}
.sheet(isPresented: $showLogin) {
LoginSheetView(isPresented: $showLogin) {
Task { await vm.refresh() }
Task { await vm.reloadAPIWebViewAndRefresh() }
}
}
.sheet(isPresented: $showUpdateSheet) {