mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes for new user settings
This commit is contained in:
parent
d423d7e446
commit
04142091d9
4 changed files with 15 additions and 5 deletions
|
@ -17,6 +17,7 @@
|
|||
<form id="allUserSettingsForm">
|
||||
|
||||
<p>Require manual username entry for:</p>
|
||||
|
||||
<div data-role="controlgroup">
|
||||
<input type="checkbox" data-mini="true" id="chkMobileClients" name="chkMobileClients" />
|
||||
<label for="chkMobileClients">Mobile Clients</label>
|
||||
|
@ -25,7 +26,9 @@
|
|||
<label for="chkMBT">Media Browser Theater</label>
|
||||
|
||||
</div>
|
||||
<div class="fieldDescription">This will be ignored on localhost</div>
|
||||
|
||||
<div class="fieldDescription">This will be ignored by the web client on localhost. When disabled clients may present a login screen with a visual selection of users.</div>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue