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

Readded launch web browser

This commit is contained in:
cvium 2019-01-06 08:55:46 +01:00
parent 53523808f6
commit bef8c4189b
2 changed files with 10 additions and 1 deletions

View file

@ -22,6 +22,15 @@
</div>
</div>
</div>
<div id="fldRunWebAppAtStartup" class="checkboxContainer checkboxContainer-withDescription hide">
<label>
<input is="emby-checkbox" type="checkbox" id="chkRunWebAppAtStartup" />
<span>${LaunchWebAppOnStartup}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">
${LaunchWebAppOnStartupHelp}
</div>
</div>
</div>
<div class="verticalSection verticalSection-extrabottompadding">