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
This commit is contained in:
dkanada 2020-04-18 10:55:54 +09:00 committed by GitHub
commit 511fe3b61c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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