Skip to content

Commit

Permalink
openSystemSettingsSecurity -> openSystemSettingsDriverExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Jul 21, 2024
1 parent 3d68c2b commit 8225f9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct DriverNotActivatedAlertView: View {
}

Button(
action: { openSystemSettingsSecurity() },
action: { openSystemSettingsDriverExtensions() },
label: {
Label(
"Open Privacy & Security System Settings...",
Expand Down Expand Up @@ -109,7 +109,7 @@ struct DriverNotActivatedAlertView: View {
}
}

private func openSystemSettingsSecurity() {
private func openSystemSettingsDriverExtensions() {
if #available(macOS 15.0, *) {
let url = URL(string: "x-apple.systempreferences:com.apple.LoginItems-Settings.extension")!
NSWorkspace.shared.open(url)
Expand Down

0 comments on commit 8225f9a

Please sign in to comment.