mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
macos: Help menu goes to website docs
This commit is contained in:

committed by
Jonathan Lopez

parent
9c47b8a6fd
commit
27ffe4bd8f
@ -669,7 +669,7 @@ class AppDelegate: NSObject,
|
||||
}
|
||||
|
||||
@IBAction func showHelp(_ sender: Any) {
|
||||
guard let url = URL(string: "https://github.com/ghostty-org/ghostty") else { return }
|
||||
guard let url = URL(string: "https://ghostty.org/docs") else { return }
|
||||
NSWorkspace.shared.open(url)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user