remove tab 4 and add Adw.PreferencesPage on others tabs

This commit is contained in:
0xMRTT 2022-08-10 15:21:34 +02:00
parent d16abdd16a
commit 750903a058
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -81,9 +81,7 @@ template AdwcustomizerMainWindow : Adw.ApplicationWindow {
icon-name: "color-picker-symbolic";
child: Gtk.Label {
label: _("WIP");
};
child: Adw.PreferencesPage content_monet { };
}
@ -93,19 +91,7 @@ template AdwcustomizerMainWindow : Adw.ApplicationWindow {
icon-name: "settings-symbolic";
child: Gtk.Label {
label: _("WIP");
};
}
Adw.ViewStackPage {
name: "css";
title: C_("Navigation", "CSS");
icon-name: "code-symbolic";
child: Adw.PreferencesPage content_css { };
child: Adw.PreferencesPage content_plugins { };
}
}