1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add experimental display mode option

This commit is contained in:
Bill Thornton 2023-01-13 10:48:47 -05:00
parent e542e8dc5e
commit a3bbe02af2
3 changed files with 7 additions and 0 deletions

View file

@ -172,6 +172,7 @@
<option value="desktop">${Desktop}</option>
<option value="mobile">${Mobile}</option>
<option value="tv">${TV}</option>
<option value="experimental">${Experimental}</option>
</select>
<div class="fieldDescription">${DisplayModeHelp}</div>
<div class="fieldDescription">${LabelPleaseRestart}</div>