mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
macos: Help menu goes to website docs (#3990)
This commit is contained in:
@ -669,7 +669,7 @@ class AppDelegate: NSObject,
|
|||||||
}
|
}
|
||||||
|
|
||||||
@IBAction func showHelp(_ sender: Any) {
|
@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)
|
NSWorkspace.shared.open(url)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user