mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Hide QuickConnect options when not available
This commit is contained in:
parent
4a516337b5
commit
05b0a2518e
4 changed files with 24 additions and 3 deletions
|
@ -37,8 +37,8 @@
|
|||
<button is="emby-button" type="button" class="raised cancel block btnManual">
|
||||
<span>${ButtonManualLogin}</span>
|
||||
</button>
|
||||
|
||||
<button is="emby-button" type="button" class="raised cancel block btnQuick">
|
||||
|
||||
<button is="emby-button" type="button" class="raised cancel block btnQuick hide">
|
||||
<span>${ButtonUseQuickConnect}</span>
|
||||
</button>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue