Updated rust version to 1.72 and removed unnecessary restrictions keymapping from the indexers tab
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user