From 03ee17c40b964f3d4ed1f59f398dfe1479b874a8 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Fri, 4 Apr 2025 19:46:05 -0400 Subject: [PATCH] EnableBackgroundEffect = false should not disable 3d skin preview --- view/layout.tmpl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/view/layout.tmpl b/view/layout.tmpl index 25ef245..18bdb2c 100644 --- a/view/layout.tmpl +++ b/view/layout.tmpl @@ -23,15 +23,16 @@
{{ block "content" . }}{{ end }}
- {{ if .App.Config.EnableBackgroundEffect }} + {{ if .App.Config.EnableBackgroundEffect }} + {{ end }}