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

@@ -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)