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

Merge pull request #1105 from thornbill/restore-user-menu

Restore user menu on mobile

(cherry picked from commit 511fe3b61c)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
dkanada 2020-04-18 10:55:54 +09:00 committed by Joshua M. Boniface
parent 148920f2f9
commit 9092d7fc06

View file

@ -63,9 +63,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
hasImage = true;
}
if (!layoutManager.mobile) {
headerUserButton.classList.remove("hide");
}
headerUserButton.classList.remove("hide");
} else {
headerUserButton.classList.add("hide");
}