Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mx-Iris authored Nov 2, 2024
1 parent 8b3c2d3 commit de17c14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ https://github.com/Mx-Iris/SystemSettingsNavigator.git
import SystemSettingsNavigator

// Example: Open the Accessibility pane audio tab
try SystemSettingsNavigator.shared.navigate(to: .accessibility(.audio))
// AppKit
NSWorkspace.shared.openSystemSettings(.accessibility(.audio))
// UIKit
UIApplication.shared.openSystemSettings(.accessibility(.audio))
```

## Contributing
Expand Down

0 comments on commit de17c14

Please sign in to comment.