fix: point local network permission to correct mac settings
This commit is contained in:
@@ -357,7 +357,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate, WKNavigationDelegate {
|
||||
"notifications": "x-apple.systempreferences:com.apple.Notifications-Settings.extension",
|
||||
"microphone": "x-apple.systempreferences:com.apple.preference.security?Privacy_Microphone",
|
||||
"camera": "x-apple.systempreferences:com.apple.preference.security?Privacy_Camera",
|
||||
"localNetwork": "x-apple.systempreferences:com.apple.preference.security?Privacy_LocalNetwork",
|
||||
"localNetwork": "x-apple.systempreferences:com.apple.settings.PrivacySecurity.extension?privacy-localnetwork",
|
||||
]
|
||||
return URL(string: mapping[target] ?? mapping["all"]!)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user