mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 06:03:12 +02:00
Update configuration window
This commit is contained in:
@@ -50,8 +50,9 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
|
||||
@IBAction func configureDaemon(sender: NSMenuItem) {
|
||||
let storyboard = NSStoryboard(name: "Main", bundle:nil)
|
||||
let controller = storyboard!.instantiateControllerWithIdentifier("Configuration")
|
||||
controller!.showWindow(self)
|
||||
let controller = storyboard!.instantiateControllerWithIdentifier("Configuration") as! NSWindowController
|
||||
|
||||
controller.showWindow(self)
|
||||
}
|
||||
|
||||
@IBAction func help(sender: NSMenuItem) {
|
||||
|
||||
Reference in New Issue
Block a user