mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
292001479c
commit
51f2835872
4
theme.py
4
theme.py
|
@ -80,8 +80,10 @@ def setRssIconAtTop(baseDir: str, atTop: bool) -> bool:
|
||||||
configJson['rssIconAtTop'] = atTop
|
configJson['rssIconAtTop'] = atTop
|
||||||
return saveJson(configJson, configFilename)
|
return saveJson(configJson, configFilename)
|
||||||
|
|
||||||
|
|
||||||
def setPublishButtonAtTop(baseDir: str, atTop: bool) -> bool:
|
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'
|
configFilename = baseDir + '/config.json'
|
||||||
if not os.path.isfile(configFilename):
|
if not os.path.isfile(configFilename):
|
||||||
|
|
Loading…
Reference in New Issue