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

Revert "Hide User menu icon on mobile"

This reverts commit 5b513146a7.
This commit is contained in:
Bill Thornton 2020-04-17 16:16:04 -04:00
parent 79c48f6476
commit 71b458829f

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");
}