diff --git a/Source/AppDelegate.swift b/Source/AppDelegate.swift index 041ac5b..a6bbeb9 100644 --- a/Source/AppDelegate.swift +++ b/Source/AppDelegate.swift @@ -38,4 +38,8 @@ class AppDelegate: NSObject, NSApplicationDelegate { return true } + @IBAction func orderFrontStandardAboutPanel(_ sender: Any?) { + NSApp.orderFrontStandardAboutPanel(options: [.version: ""]) + } + }