From bfd4d4e9e950b6472c265d014996c7dc9e6a17e9 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sun, 30 May 2021 13:30:15 +1000 Subject: [PATCH] Fix being unable to remove dividers --- src/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/index.html b/src/templates/index.html index 7210db9..236c3e0 100755 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -95,7 +95,7 @@ - {% if nav.isManual() %} + {% if nav.isManual() or nav.isDivider() %} {% endif %}