feat: add toggle_input_mode command to home screen menu

This commit is contained in:
CJ van den Berg 2024-12-05 20:24:10 +01:00
parent bc3ddba228
commit 01d698ca6d
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -33,6 +33,7 @@ const menu_commands = &[_][]const u8{
"open_command_palette", "open_command_palette",
"open_config", "open_config",
"open_keybind_config", "open_keybind_config",
"toggle_input_mode",
"change_theme", "change_theme",
"quit", "quit",
}; };