This commit is contained in:
2025-05-10 20:49:48 +02:00
parent d85af196b2
commit 9a47e813f8
+1 -1
View File
@@ -219,7 +219,7 @@ def draw_interface(audio_files: list, playlists: dict, selected_idx: int, curren
polskie_percent = polskie_percentages.get(category, 0)
category_bar += f"{category[:4].capitalize()}: {percent:.1f}% (P:{polskie_percent:.1f}%) | "
category_bar += f"TP:{total_pl:0.1f}% | "
category_bar += f"UA:{unassigned:0.1}%"
category_bar += f"UA:{unassigned:0.1f}%"
if len(category_bar) > term_width - 2:
category_bar = category_bar[:term_width - 5] + "..."