Key shortcut to media timeline

main
Bob Mottram 2021-04-23 13:31:20 +01:00
parent 5d4ed5b741
commit 898af44e8b
1 changed files with 3 additions and 1 deletions

View File

@ -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: