mirror of https://gitlab.com/bashrc2/epicyon
Remove show/hide button for text mode browsers
parent
82144b7937
commit
aa78d5be2a
|
@ -330,7 +330,8 @@ def header_buttons_timeline(default_timeline: str,
|
||||||
' <a class="imageAnchor" href="' + \
|
' <a class="imageAnchor" href="' + \
|
||||||
users_path + '/minimal" tabindex="3">' + \
|
users_path + '/minimal" tabindex="3">' + \
|
||||||
'<img loading="lazy" decoding="async" src="/icons' + \
|
'<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'] + \
|
'" alt="| ' + translate['Show/Hide Buttons'] + \
|
||||||
'" class="timelineicon"/></a>\n'
|
'" class="timelineicon"/></a>\n'
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue