Inititial commit
This commit is contained in:
parent
5e6de8b820
commit
93de175b64
|
@ -35,6 +35,7 @@ class ViewController: NSViewController {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@IBAction func openSafariExtensionPreferences(_ sender: AnyObject?) {
|
@IBAction func openSafariExtensionPreferences(_ sender: AnyObject?) {
|
||||||
SFSafariApplication.showPreferencesForExtension(withIdentifier: extensionBundleIdentifier) { error in
|
SFSafariApplication.showPreferencesForExtension(withIdentifier: extensionBundleIdentifier) { error in
|
||||||
guard error == nil else {
|
guard error == nil else {
|
||||||
|
|
Loading…
Reference in New Issue