Gradience/data/ui/theming_empty_group.blp
tfuxu e412a2c537
GNOME Shell theming support (#679)
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
Co-authored-by: 0xMRTT <0xMRTT@evta.fr>
Co-authored-by: 0xMRTT <0xMRTT@proton.me>
Co-authored-by: daudix-UFO <ddaudix@gmail.com>
2023-05-04 13:24:18 +00:00

20 lines
514 B
Text

using Gtk 4.0;
using Adw 1;
template GradienceEmptyThemingGroup : Adw.PreferencesGroup {
title: _("No Theme Engines");
description: _("Theme Engines extends 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";
}
}
}