Open Webpage
This commit is contained in:
Generated
BIN
Binary file not shown.
@@ -48,7 +48,9 @@ class MainViewController: NSViewController {
|
||||
}
|
||||
|
||||
@IBAction func actionOpenRegister(sender: NSButton) {
|
||||
print("Not implemented yet")
|
||||
if let url = NSURL(string: Constants.Web.REGISTER){
|
||||
NSWorkspace.sharedWorkspace().openURL(url)
|
||||
}
|
||||
}
|
||||
|
||||
@IBAction func actionSaveSettings(sender: NSButton) {
|
||||
|
||||
Reference in New Issue
Block a user