From d81b8e1be377c45053d5d00ce142aa5b5690b852 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 13 Aug 2021 18:34:23 +0100 Subject: [PATCH] Change position of checkbox --- webapp_profile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index d1f4ce450..ffebc32e4 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -1114,9 +1114,6 @@ def _htmlEditProfileGraphicDesign(baseDir: str, translate: {}) -> str: lowBandwidth = getConfigParam(baseDir, 'lowBandwidth') if not lowBandwidth: lowBandwidth = False - graphicsStr += \ - editCheckBox(translate['Low Bandwidth'], 'lowBandwidth', - bool(lowBandwidth)) graphicsStr += _htmlThemesDropdown(baseDir, translate) graphicsStr += \ '