add css tab

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

View file

@ -97,7 +97,16 @@ template AdwcustomizerMainWindow : Adw.ApplicationWindow {
label: _("WIP");
};
//child: .ExmBrowsePage browse_page {};
}
Adw.ViewStackPage {
name: "css";
title: C_("Navigation", "CSS");
icon-name: "code-symbolic";
child: Adw.PreferencesPage content_css { };
}
}