misc: Update SwiftUIIntrospect

This commit is contained in:
mrFq1
2023-08-11 15:05:10 +08:00
parent 6810e6089b
commit c3c6e44715
6 changed files with 12 additions and 11 deletions
@@ -5,6 +5,7 @@
//
import SwiftUI
import SwiftUIIntrospect
struct ProvidersView: View {
@ObservedObject var providerStorage = DBProviderStorage()
@@ -71,7 +72,7 @@ struct ProvidersView: View {
}
}
}
.introspectTableView {
.introspect(.table, on: .macOS(.v12, .v13, .v14)) {
$0.refusesFirstResponder = true
$0.doubleAction = nil
}