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 b2bec35 commit 75ff488Copy full SHA for 75ff488
README.md
@@ -28,9 +28,9 @@ import SystemSettingsNavigator
28
29
// Example: Open the Accessibility pane audio tab
30
// AppKit
31
-NSWorkspace.shared.openSystemSettings(.accessibility(.audio))
+NSWorkspace.shared.openSystemSetting(.accessibility(.audio))
32
// UIKit
33
-UIApplication.shared.openSystemSettings(.accessibility(.audio))
+UIApplication.shared.openSystemSetting(.accessibility(.audio))
34
// SwiftUI
35
struct ContentView: View {
36
0 commit comments