fix(ui): Fix the System Details Tasks popup to be navigable in both Sonarr and Radarr

This commit is contained in:
2024-12-05 11:45:46 -07:00
parent 00cdeee5c6
commit 678bc77a23
4 changed files with 45 additions and 2 deletions
@@ -44,6 +44,7 @@ impl<'a, 'b> KeyEventHandler<'a, 'b, ActiveSonarrBlock> for SystemDetailsHandler
fn is_ready(&self) -> bool {
!self.app.is_loading
&& (!self.app.data.sonarr_data.log_details.is_empty()
|| !self.app.data.sonarr_data.tasks.is_empty()
|| !self.app.data.sonarr_data.updates.is_empty())
}