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

Merge pull request #3694 from crobibero/disable-splashscreen

Add the ability to enable/disable the splashscreen

(cherry picked from commit 0bd774dd45)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
Bill Thornton 2022-06-14 10:28:33 -04:00 committed by crobibero
parent 5e9cabd6c1
commit c1865573d5
3 changed files with 10 additions and 1 deletions

View file

@ -72,6 +72,12 @@
<textarea is="emby-textarea" id="txtCustomCss" label="${LabelCustomCss}" class="textarea-mono"></textarea>
<div class="fieldDescription">${LabelCustomCssHelp}</div>
</div>
<div class="checkboxList paperList" style="padding:.5em 1em;">
<label>
<input type="checkbox" is="emby-checkbox" id="chkSplashScreenAvailable" />
<span>${EnableSplashScreen}</span>
</label>
</div>
</div>
<br />
<div>