mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update themes
This commit is contained in:
parent
63bd494137
commit
fd6a6ffada
11 changed files with 11 additions and 24 deletions
|
@ -50,19 +50,13 @@
|
|||
</div>
|
||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" id="chkEnableThrottle" />
|
||||
<input is="emby-checkbox" type="checkbox" id="chkEnableThrottle"/>
|
||||
<span>${OptionEnableTranscodingThrottle}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${OptionEnableTranscodingThrottleHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="selectContainer fldSelectEncoderPathType hide">
|
||||
<select is="emby-select" id="selectEncoderPath" label="${LabelffmpegVersion}">
|
||||
<option value="System">${OptionUseSystemInstalledVersion}</option>
|
||||
<option value="Custom">${OptionUseMyCustomVersion}</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="inputContainer fldEncoderPath hide">
|
||||
<div class="inputContainer fldEncoderPath">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<div style="flex-grow:1;">
|
||||
<input is="emby-input" class="txtEncoderPath" label="${LabelffmpegPath}" autocomplete="off" required />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue