You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
huh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user