"old" layout draft

This commit is contained in:
2024-06-05 10:31:41 +12:00
parent f8f964741a
commit feda45f803
2 changed files with 78 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<div class="prefs-group">
<label for="layout">Layout:</label>
<select name="layout" id="layout">
{% call utils::options(prefs.layout, ["card", "clean", "compact"], "card") %}
{% call utils::options(prefs.layout, ["card", "clean", "compact","old"], "card") %}
</select>
</div>
<div class="prefs-group">