Fix next lyrics label taking up space and making UI unuable sometimes, add debugging for fpcalc and ffmpeg missing, fix ffmpeg missing displaying wrong popup.

This commit is contained in:
csd4ni3l
2025-07-21 15:10:52 +02:00
parent 4d1357e876
commit e5a6fa4a2e
3 changed files with 4 additions and 2 deletions

View File

@@ -464,6 +464,7 @@ class Main(arcade.gui.UIView):
self.next_lyrics_label.text = '\n'.join([self.parsed_lyrics[next_lyrics_time] for next_lyrics_time in next_lyrics_times])
else:
self.next_lyrics_label.text = '\n'.join(list(self.parsed_lyrics.values())[0:10])
self.next_lyrics_label.fit_content()
if self.should_reload:
self.should_reload = False