mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Hide Cast button on TV layout
This commit is contained in:
parent
4d48e441fe
commit
7a9117f136
@ -47,7 +47,9 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
||||
headerSearchButton.classList.remove("hide");
|
||||
}
|
||||
|
||||
if (!layoutManager.tv) {
|
||||
headerCastButton.classList.remove("hide");
|
||||
}
|
||||
} else {
|
||||
headerHomeButton.classList.add("hide");
|
||||
headerCastButton.classList.add("hide");
|
||||
|
Loading…
Reference in New Issue
Block a user