From 862d377ead17ed7e096da6eb70b46e1e8c6cfe9a Mon Sep 17 00:00:00 2001 From: jeffser Date: Mon, 24 Jun 2024 00:44:15 -0600 Subject: [PATCH] Fixed capitalization --- src/window.py | 2 +- src/window.ui | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/window.py b/src/window.py index fa210a3..18d88da 100644 --- a/src/window.py +++ b/src/window.py @@ -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': diff --git a/src/window.ui b/src/window.ui index 0f8ab9e..f77bd15 100644 --- a/src/window.ui +++ b/src/window.ui @@ -856,7 +856,7 @@ app.import_chat - Clear Chat + Clear chat app.clear @@ -864,7 +864,7 @@ app.preferences - Keyboard Shortcuts + Keyboard shortcuts win.show-help-overlay @@ -965,7 +965,7 @@ <ctrl>N - New Chat + New chat