Don't show blogs

main
Bob Mottram 2020-10-27 18:03:48 +00:00
parent 0962ba9e1e
commit 73b38b0b3a
1 changed files with 1 additions and 1 deletions

View File

@ -6045,7 +6045,7 @@ def getTimelineButtonHeader(defaultTimeline: str,
# typically the blogs button
# but may change if this is a blogging oriented instance
if defaultTimeline != 'tlblogs':
if not minimal or defaultTimeline == 'tlnews':
if not minimal:
titleStr = translate['Blogs']
if defaultTimeline == 'tlnews':
titleStr = translate['Article']