Remove show/hide button for text mode browsers

merge-requests/30/head
Bob Mottram 2022-07-13 14:16:54 +01:00
parent 82144b7937
commit aa78d5be2a
1 changed files with 17 additions and 16 deletions

View File

@ -330,7 +330,8 @@ def header_buttons_timeline(default_timeline: str,
' <a class="imageAnchor" href="' + \
users_path + '/minimal" tabindex="3">' + \
'<img loading="lazy" decoding="async" src="/icons' + \
'/showhide.png" title="' + translate['Show/Hide Buttons'] + \
'/showhide.png" title="' + \
translate['Show/Hide Buttons'] + \
'" alt="| ' + translate['Show/Hide Buttons'] + \
'" class="timelineicon"/></a>\n'
else: