feat(app): Dispatch support for all relevant Sonarr blocks
This commit is contained in:
@@ -61,7 +61,7 @@ impl DrawUi for SystemUi {
|
||||
}
|
||||
|
||||
fn draw(f: &mut Frame<'_>, app: &mut App<'_>, area: Rect) {
|
||||
let route = *app.get_current_route();
|
||||
let route = app.get_current_route();
|
||||
|
||||
match route {
|
||||
_ if SystemDetailsUi::accepts(route) => SystemDetailsUi::draw(f, app, area),
|
||||
|
||||
Reference in New Issue
Block a user