mirror of https://gitlab.com/bashrc2/epicyon
Show shares at top of left column
parent
982c7e556e
commit
641eff191c
|
@ -184,7 +184,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
|||
httpPrefix, domainFull, nickname,
|
||||
maxSharesInLeftColumn, translate)
|
||||
if linksList and sharesList:
|
||||
linksList += sharesList
|
||||
linksList = sharesList + linksList
|
||||
|
||||
if linksList:
|
||||
for lineStr in linksList:
|
||||
|
|
Loading…
Reference in New Issue