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:
parent
5e9cabd6c1
commit
c1865573d5
3 changed files with 10 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue