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

@@ -667,6 +667,7 @@ typedef enum {
GHOSTTY_ACTION_CONFIG_CHANGE,
GHOSTTY_ACTION_CLOSE_WINDOW,
GHOSTTY_ACTION_RING_BELL,
GHOSTTY_ACTION_CHECK_FOR_UPDATES
} ghostty_action_tag_e;
typedef union {