1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix Home button on mobile

This commit is contained in:
MrTimscampi 2020-04-15 15:49:57 +02:00
parent 564ab1f7b4
commit e25cb1e0f3
2 changed files with 6 additions and 8 deletions

View file

@ -73,7 +73,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
}
if (user && user.localUser) {
if (headerHomeButton && !layoutManager.mobile) {
if (headerHomeButton) {
headerHomeButton.classList.remove("hide");
}