mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-05 11:24:13 +00:00
macos: add "Check for Updates" action, menu item & key-binding support
This commit is contained in:
@@ -364,6 +364,12 @@ fn actionCommands(action: Action.Key) []const Command {
|
||||
.description = "Toggle secure input mode.",
|
||||
}},
|
||||
|
||||
.check_for_updates => comptime &.{.{
|
||||
.action = .check_for_updates,
|
||||
.title = "Check for Updates",
|
||||
.description = "Check for updates to the application.",
|
||||
}},
|
||||
|
||||
.quit => comptime &.{.{
|
||||
.action = .quit,
|
||||
.title = "Quit",
|
||||
|
||||
Reference in New Issue
Block a user