macOS: Add reload config to kitty global menu

This commit is contained in:
Kovid Goyal
2021-06-13 20:34:27 +05:30
parent c7b91e5f19
commit ebff343a55
4 changed files with 9 additions and 2 deletions

View File

@@ -278,6 +278,7 @@ typedef enum {
NEW_WINDOW = 2048,
CLOSE_WINDOW = 4096,
RESET_TERMINAL = 8192,
RELOAD_CONFIG = 16384,
} CocoaPendingAction;
void set_cocoa_pending_action(CocoaPendingAction action, const char*);
#endif