apprt/embedded: add the tab overview to the enum

This commit is contained in:
Mitchell Hashimoto
2024-09-27 10:15:06 -07:00
parent f1474c220d
commit be0d71f62d
2 changed files with 2 additions and 0 deletions

View File

@@ -505,6 +505,7 @@ typedef enum {
GHOSTTY_ACTION_NEW_SPLIT,
GHOSTTY_ACTION_CLOSE_ALL_WINDOWS,
GHOSTTY_ACTION_TOGGLE_FULLSCREEN,
GHOSTTY_ACTION_TOGGLE_TAB_OVERVIEW,
GHOSTTY_ACTION_TOGGLE_WINDOW_DECORATIONS,
GHOSTTY_ACTION_GOTO_TAB,
GHOSTTY_ACTION_GOTO_SPLIT,