From e454250740e228fe6247ef1c9d5af2ff04b04d45 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sat, 14 Mar 2015 20:26:16 +0200 Subject: [PATCH] settings panel: added a separator between main and camera settings --- templates/main.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/main.html b/templates/main.html index dbc3f3a..f0904d4 100644 --- a/templates/main.html +++ b/templates/main.html @@ -155,7 +155,7 @@ ? - + {% for section in main_sections.values() %} {% if section.get('label') and section.get('configs') %}
@@ -172,6 +172,10 @@ {% endif %} {% endfor %} + +
+ +
? -- 2.39.5