New follow icon is inside the header icons div

main
Bob Mottram 2020-11-17 10:02:02 +00:00
parent 699513bc7c
commit 49f8145986
1 changed files with 3 additions and 2 deletions

View File

@ -1027,12 +1027,13 @@ def headerButtonsTimeline(defaultTimeline: str,
'<button class="buttonDesktop">' + \
'<span>' + translate['Settings'] + '</span></button></a>'
if not newsHeader:
tlStr += followApprovals
if not iconsAsButtons:
# end of headericons div
tlStr += '</div>'
if not newsHeader:
tlStr += followApprovals
# end of the button header with inbox, outbox, etc
tlStr += ' </div>\n'
return tlStr