mirror of https://gitlab.com/bashrc2/epicyon
Newline
parent
d81b8e1be3
commit
c98d862a7b
|
@ -1126,7 +1126,7 @@ def _htmlEditProfileGraphicDesign(baseDir: str, translate: {}) -> str:
|
||||||
translate['Export Theme'] + '</label><br>\n'
|
translate['Export Theme'] + '</label><br>\n'
|
||||||
graphicsStr += \
|
graphicsStr += \
|
||||||
' <button type="submit" class="button" ' + \
|
' <button type="submit" class="button" ' + \
|
||||||
'name="submitExportTheme">➤</button>\n'
|
'name="submitExportTheme">➤</button><br>\n'
|
||||||
graphicsStr += \
|
graphicsStr += \
|
||||||
editCheckBox(translate['Low Bandwidth'], 'lowBandwidth',
|
editCheckBox(translate['Low Bandwidth'], 'lowBandwidth',
|
||||||
bool(lowBandwidth))
|
bool(lowBandwidth))
|
||||||
|
|
Loading…
Reference in New Issue