wgui: fully working templates!

This commit is contained in:
Aleksander
2025-06-18 19:08:46 +02:00
parent a14c22568c
commit e09783791f
5 changed files with 111 additions and 81 deletions

View File

@@ -12,8 +12,8 @@
flex_direction="column"
gap="8"
>
<sprite src="dashboard/apps.svg" width="32" height="32" />
<label weight="bold" color="#FFFFFF" size="18" text="I'M A TEMPLATE" />
<sprite src="${icon}" width="32" height="32" />
<label weight="bold" color="#FFFFFF" size="18" text="${text}" />
</rectangle>
</template>
</layout>