Remove the Settings cog and its Preferences menu from the sidebar footer
CI / full-gate (push) Successful in 2m37s

This commit is contained in:
2026-08-05 00:08:35 +02:00
parent 7948596105
commit 8f7ab55267
9 changed files with 7 additions and 14 deletions
-6
View File
@@ -84,12 +84,6 @@
<% } %>
<%- include("locale-switch") %>
<%- include("menu", {
up: true,
trigger: { class: "btn icon-btn", label: t("shell.settings"), html: '<svg class="ico"><use href="#i-gear"/></svg>' },
items: [{ head: t("shell.settings") }, { label: t("shell.preferences"), icon: "i-gear" }],
}) %>
</div>
</div>
</aside>