mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update preferences menu
This commit is contained in:
parent
d4504e80a2
commit
63e7a14025
3 changed files with 12 additions and 41 deletions
|
@ -38,10 +38,10 @@ pageIdOn('pageshow', 'myPreferencesMenuPage', function () {
|
|||
}
|
||||
});
|
||||
|
||||
if (AppInfo.isNativeApp && browserInfo.safari) {
|
||||
page.querySelector('.userSection').classList.remove('hide');
|
||||
if (Dashboard.isConnectMode()) {
|
||||
page.querySelector('.selectServer').classList.remove('hide');
|
||||
} else {
|
||||
page.querySelector('.userSection').classList.add('hide');
|
||||
page.querySelector('.selectServer').classList.add('hide');
|
||||
}
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue