Update layout settings
This commit is contained in:
@@ -47,7 +47,6 @@ export function DisplayPreferences({ onChange, values }: Readonly<DisplayPrefere
|
||||
value={values.layout}
|
||||
>
|
||||
<MenuItem value={LayoutMode.Auto}>{globalize.translate('Auto')}</MenuItem>
|
||||
<MenuItem value={LayoutMode.Experimental}>{globalize.translate('Experimental')}</MenuItem>
|
||||
<MenuItem value={LayoutMode.Desktop}>{globalize.translate('Desktop')}</MenuItem>
|
||||
<MenuItem value={LayoutMode.Mobile}>{globalize.translate('Mobile')}</MenuItem>
|
||||
<MenuItem value={LayoutMode.Tv}>{globalize.translate('TV')}</MenuItem>
|
||||
|
||||
@@ -169,7 +169,6 @@
|
||||
<div class="selectContainer fldDisplayMode hide">
|
||||
<select is="emby-select" class="selectLayout" label="${LabelDisplayMode}">
|
||||
<option value="">${Auto}</option>
|
||||
<option value="experimental">${Experimental}</option>
|
||||
<option value="desktop">${Desktop}</option>
|
||||
<option value="mobile">${Mobile}</option>
|
||||
<option value="tv">${TV}</option>
|
||||
|
||||
@@ -232,7 +232,7 @@
|
||||
"DeleteServerConfirmation": "Are you sure you wish to delete this server?",
|
||||
"Depressed": "Depressed",
|
||||
"Descending": "Descending",
|
||||
"Desktop": "Desktop",
|
||||
"Desktop": "Desktop (Legacy)",
|
||||
"DetectingDevices": "Detecting devices",
|
||||
"DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
|
||||
"Digital": "Digital",
|
||||
@@ -332,7 +332,6 @@
|
||||
"EveryXHours": "Every {0} hours",
|
||||
"EveryXMinutes": "Every {0} minutes",
|
||||
"ExitFullscreen": "Exit full screen",
|
||||
"Experimental": "Experimental",
|
||||
"ExtractChapterImagesHelp": "Extracting chapter images will allow clients to display graphical scene selection menus. The process can be slow, resource intensive, and may require several gigabytes of space. It runs when videos are discovered, and also as a nightly scheduled task. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
|
||||
"ExtraLarge": "Extra Large",
|
||||
"Extras": "Extras",
|
||||
@@ -1217,7 +1216,7 @@
|
||||
"MinutesBefore": "minutes before",
|
||||
"MixedMoviesShows": "Mixed Movies and Shows",
|
||||
"Mixer": "Mixer",
|
||||
"Mobile": "Mobile",
|
||||
"Mobile": "Mobile (Legacy)",
|
||||
"Monday": "Monday",
|
||||
"MoreFromValue": "More from {0}",
|
||||
"MoreMediaInfo": "Media Info",
|
||||
|
||||
Reference in New Issue
Block a user