mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update startup wizard instructions
This commit is contained in:
parent
315d60943d
commit
47c6980d11
12 changed files with 33 additions and 33 deletions
|
@ -15,8 +15,10 @@
|
|||
|
||||
if (operatingSystem == 'windows') {
|
||||
view.querySelector('.fldSelectEncoderPathType').classList.add('hide');
|
||||
view.querySelector('.markExec').classList.add('hide');
|
||||
} else {
|
||||
view.querySelector('.fldSelectEncoderPathType').classList.remove('hide');
|
||||
view.querySelector('.markExec').classList.remove('hide');
|
||||
}
|
||||
|
||||
if (operatingSystem == 'windows' && systemInfo.SystemArchitecture != 'Arm') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue