Leaner UI spike

This commit is contained in:
SomeoneOnEarth
2023-11-16 19:51:10 +01:00
parent a4db5e5699
commit 8764969537
5 changed files with 305 additions and 21 deletions

View File

@ -23,4 +23,6 @@
<!-- Best be a public URL in order to work away from your home LAN and have a trusted HTTPS certificate -->
<property id="config_url" type="string"></property>
<property id="lean_ui" type="boolean"></property>
</properties>

View File

@ -42,4 +42,13 @@
type="alphaNumeric"
/>
</setting>
<setting
propertyKey="@Properties.lean_ui"
title="More leaner UI"
>
<settingConfig
type="boolean"
/>
</setting>
</settings>