mirror of https://gitlab.com/bashrc2/epicyon
Key shortcut to media timeline
parent
5d4ed5b741
commit
898af44e8b
|
@ -105,7 +105,9 @@ def headerButtonsTimeline(defaultTimeline: str,
|
|||
if not minimal and not featuresHeader:
|
||||
tlStr += \
|
||||
'<a href="' + usersPath + \
|
||||
'/tlmedia" tabindex="-1"><button class="' + \
|
||||
'/tlmedia" tabindex="-1" ' + \
|
||||
'accesskey="' + accessKeys['menuMedia'] + '">' + \
|
||||
'<button class="' + \
|
||||
mediaButton + '"><span>' + translate['Media'] + \
|
||||
'</span></button></a>'
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue