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:
commit
511fe3b61c
1 changed files with 1 additions and 3 deletions
|
@ -63,9 +63,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
|||
hasImage = true;
|
||||
}
|
||||
|
||||
if (!layoutManager.mobile) {
|
||||
headerUserButton.classList.remove("hide");
|
||||
}
|
||||
} else {
|
||||
headerUserButton.classList.add("hide");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue