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

@@ -324,6 +324,7 @@ pub fn performAction(
.open_config => try rt_app.performAction(.app, .open_config, {}),
.reload_config => try self.reloadConfig(rt_app),
.close_all_windows => try rt_app.performAction(.app, .close_all_windows, {}),
.toggle_slide_terminal => try rt_app.performAction(.app, .toggle_slide_terminal, {}),
}
}