feat: remove ModePicker overlay and related commands; update mode handling and documentation

This commit is contained in:
asepharyana
2026-07-12 02:14:40 +07:00
parent 662e269f2c
commit 32155f8ea8
9 changed files with 3 additions and 110 deletions
-1
View File
@@ -232,7 +232,6 @@ fn apply_client_update(
Some("Loading") => Overlay::Loading,
Some("ModelSelector") => Overlay::ModelSelector,
Some("ClearConfirm") => Overlay::ClearConfirm,
Some("ModePicker") => Overlay::ModePicker,
Some("LoginPicker") => Overlay::LoginPicker,
_ => Overlay::None,
};