Inititial commit

This commit is contained in:
tracer 2021-03-13 14:21:28 +01:00
parent 5e6de8b820
commit 93de175b64
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ class ViewController: NSViewController {
}
}
@IBAction func openSafariExtensionPreferences(_ sender: AnyObject?) {
SFSafariApplication.showPreferencesForExtension(withIdentifier: extensionBundleIdentifier) { error in
guard error == nil else {