Added field_type to Radarr events to dynamically display fields at runtime. Also updated the keybinding for events in the systems tab to reuse the 'e' key.
This commit is contained in:
@@ -23,7 +23,7 @@ generate_keybindings! {
|
||||
tasks,
|
||||
refresh,
|
||||
update,
|
||||
queue,
|
||||
events,
|
||||
home,
|
||||
end,
|
||||
delete,
|
||||
@@ -78,6 +78,10 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
|
||||
key: Key::Char('e'),
|
||||
desc: "Edit",
|
||||
},
|
||||
events: KeyBinding {
|
||||
key: Key::Char('e'),
|
||||
desc: "Events",
|
||||
},
|
||||
logs: KeyBinding {
|
||||
key: Key::Char('l'),
|
||||
desc: "Logs",
|
||||
@@ -94,10 +98,6 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
|
||||
key: Key::Char('u'),
|
||||
desc: "Update",
|
||||
},
|
||||
queue: KeyBinding {
|
||||
key: Key::Char('z'),
|
||||
desc: "Queue",
|
||||
},
|
||||
home: KeyBinding {
|
||||
key: Key::Home,
|
||||
desc: "Home",
|
||||
|
||||
Reference in New Issue
Block a user