Fixed capitalization

This commit is contained in:
jeffser
2024-06-24 00:44:15 -06:00
parent 219843d6d2
commit 862d377ead
2 changed files with 4 additions and 4 deletions

View File

@@ -560,7 +560,7 @@ class AlpacaWindow(Adw.ApplicationWindow):
valign=3,
name=name,
css_classes=["flat"],
tooltip_text=name,
tooltip_text=name if file_type != 'youtube' else yt.title,
child=button_content
)
if file_type == 'youtube':