We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcef5d commit bfe53b3Copy full SHA for bfe53b3
Miscord/ViewController.swift
@@ -66,12 +66,6 @@ class ViewController: NSViewController {
66
}
67
68
@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()
75
NSWorkspace.shared.openFile(getContaineredPath(path: "/Library/Application Support/Miscord/"))
76
77
0 commit comments