0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 13:52:00 +01:00
This commit is contained in:
2025-08-31 18:06:28 +02:00
parent 80a557fd19
commit ae89da630b

View File

@@ -533,7 +533,7 @@ class DisplayManager:
force_redraw: bool = False, state: InterfaceState = None):
"""Draw the files list, optimized to only redraw when necessary."""
header_height = self.get_header_height()
content_start_row = header_height + 6
content_start_row = header_height + 5
available_lines = term_height - content_start_row
start_idx = scroll_offset