mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Added SupportsAutoRunAtStartup
This commit is contained in:
parent
669c832ce6
commit
6e5adce35c
7 changed files with 230 additions and 23 deletions
|
@ -9,6 +9,12 @@
|
|||
} else {
|
||||
$('#windowsStartupDescription', page).hide();
|
||||
}
|
||||
|
||||
if (systemInfo.SupportsAutoRunAtStartup) {
|
||||
$('#fldRunAtStartup', page).show();
|
||||
} else {
|
||||
$('#fldRunAtStartup', page).hide();
|
||||
}
|
||||
|
||||
if (systemInfo.SupportsNativeWebSocket) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue