style: Applied uniform formatting across all new Lidarr files

This commit is contained in:
2026-01-05 15:46:16 -07:00
parent 6771a0ab38
commit 059fa48bd9
26 changed files with 90 additions and 99 deletions
+3 -1
View File
@@ -29,7 +29,9 @@ use crate::{
use super::{
DrawUi, draw_tabs,
styles::ManagarrStyle,
utils::{borderless_block, layout_block, line_gauge_with_label, line_gauge_with_title, title_block},
utils::{
borderless_block, layout_block, line_gauge_with_label, line_gauge_with_title, title_block,
},
widgets::loading_block::LoadingBlock,
};