refactor: Remove workflow-related commands and overlays from the application

This commit is contained in:
asepharyana
2026-07-15 03:39:15 +07:00
parent 188e7cc9a9
commit 9ba9a5048b
10 changed files with 33 additions and 183 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ fn apply_client_update(
Some("Bash") => Overlay::Bash,
Some("QuitConfirm") => Overlay::QuitConfirm,
Some("Workflow") => Overlay::Workflow,
Some("KeyInput") => Overlay::KeyInput,
Some("Editor") => Overlay::Editor,