Updated rust version to 1.72 and removed unnecessary restrictions keymapping from the indexers tab

This commit is contained in:
2023-10-15 11:31:14 -06:00
parent 2b15afcb83
commit 4413317863
6 changed files with 2 additions and 19 deletions
-5
View File
@@ -22,7 +22,6 @@ generate_keybindings! {
edit,
logs,
tasks,
restrictions,
refresh,
update,
events,
@@ -98,10 +97,6 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Char('t'),
desc: "tasks",
},
restrictions: KeyBinding {
key: Key::Char('R'),
desc: "restrictions",
},
refresh: KeyBinding {
key: Key::Ctrl('r'),
desc: "refresh",