backend rewrite cont, rebrand

This commit is contained in:
2025-12-06 00:41:38 +01:00
parent 8428efdbce
commit e651c8e18a
33 changed files with 498 additions and 428 deletions

View File

@@ -1,10 +1,10 @@
using Gtk 4.0;
using Adw 1;
template $GnomeframeWindow: Adw.ApplicationWindow {
template $VoidManifestWindow: Adw.ApplicationWindow {
default-width: 800;
default-height: 600;
title: "Gnomeframe";
title: "VoidManifest";
content:
Adw.ToolbarView {
@@ -1053,7 +1053,7 @@ menu primary_menu {
}
item {
label: _("_About Gnomeframe");
label: _("_About VoidManifest");
action: "app.about";
}
}