mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix AutoRunWebApp checkbox on dashboardgeneral
This commit is contained in:
parent
1be3a7f205
commit
3b0a2f4caa
2 changed files with 6 additions and 4 deletions
|
@ -26,9 +26,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="fldRunWebAppAtStartup" class="checkboxContainer checkboxContainer-withDescription hide">
|
||||
<div id="fldAutoRunWebApp" class="checkboxContainer checkboxContainer-withDescription hide">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" id="chkRunWebAppAtStartup" />
|
||||
<input is="emby-checkbox" type="checkbox" id="chkAutoRunWebApp" />
|
||||
<span>${LaunchWebAppOnStartup}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue