Added the ability to view Radarr updates and remapped the events queue key to 'z'

This commit is contained in:
2023-08-08 10:50:07 -06:00
parent 0bad52b658
commit 0c7fc88e22
15 changed files with 406 additions and 80 deletions
+6 -1
View File
@@ -23,6 +23,7 @@ generate_keybindings! {
tasks,
refresh,
update,
queue,
home,
end,
delete,
@@ -91,7 +92,11 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
},
update: KeyBinding {
key: Key::Char('u'),
desc: "Update All",
desc: "Update",
},
queue: KeyBinding {
key: Key::Char('z'),
desc: "Queue",
},
home: KeyBinding {
key: Key::Home,