Merge branch 'main' of github.com-jeffser:Jeffser/Alpaca
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user