macos: add "Check for Updates" action, menu item & key-binding support

This commit is contained in:
Aaron Ruan
2025-05-15 13:34:44 +08:00
parent a090e8eeed
commit 7ccc181332
8 changed files with 36 additions and 4 deletions

View File

@@ -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",