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

Hide User menu icon on mobile

This commit is contained in:
MrTimscampi 2020-04-15 16:26:19 +02:00
parent 08318ca4d6
commit 5b513146a7

View file

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