Open Webpage
This commit is contained in:
parent
ef79e121b8
commit
b851620621
Binary file not shown.
@ -48,7 +48,9 @@ class MainViewController: NSViewController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@IBAction func actionOpenRegister(sender: NSButton) {
|
@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) {
|
@IBAction func actionSaveSettings(sender: NSButton) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user