Skip to content

Commit

Permalink
fix: fix accessibility path
Browse files Browse the repository at this point in the history
  • Loading branch information
biancahoellmueller committed Jul 2, 2024
1 parent 0511651 commit d05c6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Plugin/NativeSettingsPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class NativeSettingsPlugin: CAPPlugin {
"doNotDisturb": "App-prefs:DO_NOT_DISTURB",
"touchIdPasscode": "App-prefs:TOUCHID_PASSCODE",
"screenTime": "App-prefs:SCREEN_TIME",
"accessibility": "App-prefs:General&path=ACCESSIBILITY"
"accessibility": "App-prefs:ACCESSIBILITY"
]

@objc func open(_ call: CAPPluginCall) {
Expand Down

0 comments on commit d05c6d1

Please sign in to comment.