mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Hide Cast button on TV layout
This commit is contained in:
parent
4d48e441fe
commit
7a9117f136
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,9 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
|||
headerSearchButton.classList.remove("hide");
|
||||
}
|
||||
|
||||
headerCastButton.classList.remove("hide");
|
||||
if (!layoutManager.tv) {
|
||||
headerCastButton.classList.remove("hide");
|
||||
}
|
||||
} else {
|
||||
headerHomeButton.classList.add("hide");
|
||||
headerCastButton.classList.add("hide");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue