Skip to content

Commit bfe53b3

Browse files
author
Bjornskjald
committed
removed test dialog
1 parent cdcef5d commit bfe53b3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Miscord/ViewController.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ class ViewController: NSViewController {
6666
}
6767

6868
@IBAction func openConfigLocationClicked(_ sender: Any) {
69-
let alert = NSAlert.init()
70-
alert.messageText = "Hello world"
71-
alert.informativeText = getContaineredPath(path: "/Library/Application Support/Miscord/")
72-
alert.addButton(withTitle: "OK")
73-
alert.addButton(withTitle: "Cancel")
74-
alert.runModal()
7569
NSWorkspace.shared.openFile(getContaineredPath(path: "/Library/Application Support/Miscord/"))
7670
}
7771
}

0 commit comments

Comments
 (0)