core: fix up toggle_slide_terminal action for rebase

This commit is contained in:
Mitchell Hashimoto
2024-09-25 09:48:47 -07:00
parent bdc2c02f23
commit 7806366eec
7 changed files with 9 additions and 6 deletions

View File

@@ -578,6 +578,7 @@ pub const Action = union(enum) {
.reload_config,
.close_all_windows,
.quit,
.toggle_slide_terminal,
=> .app,
// These are app but can be special-cased in a surface context.