From 51f28358721a6eca243f6df763db28c3653473b0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 26 Oct 2020 21:33:40 +0000 Subject: [PATCH] Tidying --- theme.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme.py b/theme.py index e8fabe7c2..e2cbad162 100644 --- a/theme.py +++ b/theme.py @@ -80,8 +80,10 @@ def setRssIconAtTop(baseDir: str, atTop: bool) -> bool: configJson['rssIconAtTop'] = atTop return saveJson(configJson, configFilename) + def setPublishButtonAtTop(baseDir: str, atTop: bool) -> bool: - """Whether to show the publish button above the title image in the newswire column + """Whether to show the publish button above the title image + in the newswire column """ configFilename = baseDir + '/config.json' if not os.path.isfile(configFilename):