From 66f1ed411cc0c07171719d4e701c21266443b5bb Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Sun, 28 Sep 2025 23:30:45 -0600 Subject: [PATCH] added the Configure button below the sideboxes --- ui/views/top.jet | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ui/views/top.jet b/ui/views/top.jet index 040a4af..a2a4dce 100644 --- a/ui/views/top.jet +++ b/ui/views/top.jet @@ -54,5 +54,12 @@ {{ ctxt.SetScratch("__sidebox", .) }} {{ ctxt.SubRender(.TemplateName) | raw }} {{ end }} + + {{ if !.CurrentUser().IsAnon }} +
+ Configure +
+ {{ end }} \ No newline at end of file