Gradience/data/ui/theming_empty_group.blp
tfuxu 50e38bc198
chore: update UI definitions to Blueprint 0.8.0 syntax
* update `blueprint-compiler` in release Flatpak manifest to 0.10.0
2023-08-15 23:58:35 +02:00

19 lines
514 B
Text

using Gtk 4.0;
using Adw 1;
template $GradienceEmptyThemingGroup : Adw.PreferencesGroup {
title: _("No Theme Engines");
description: _("Theme Engines extend the functionality of Gradience. They can be enabled in the Preferences.");
Adw.ActionRow open-preferences {
title: _("Open Preferences to manage Theme Engines");
[suffix]
Button open {
valign: center;
label: _("Open Preferences");
tooltip-text: _("Open Preferences");
action-name: "app.preferences";
}
}
}