Merge branch 'main' of github.com-jeffser:Jeffser/Alpaca

This commit is contained in:
jeffser
2024-08-19 23:01:49 -06:00
11 changed files with 2697 additions and 61 deletions

View File

@@ -44,7 +44,8 @@ translators = [
'Aritra Saha (Bengali) https://github.com/olumolu',
'Yuehao Sui (Simplified Chinese) https://github.com/8ar10der',
'Aleksana (Simplified Chinese) https://github.com/Aleksanaa',
'Aritra Saha (Hindi) https://github.com/olumolu'
'Aritra Saha (Hindi) https://github.com/olumolu',
'YusaBecerikli (Turkish) https://github.com/YusaBecerikli'
]
class AlpacaApplication(Adw.Application):

View File

@@ -1341,7 +1341,7 @@ Generate a title following these rules:
button = Gtk.Button(
label=_("Open Model Manager"),
tooltip_text=_("Open Model Manager"),
css_classes=["accent", "pill"]
css_classes=["suggested-action", "pill"]
)
button.connect('clicked', lambda *_ : self.manage_models_dialog.present(self))
button_container.append(button)