1
0
Fork 0
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:
Luke Pulverenti 2016-02-14 15:38:19 -05:00
parent d4504e80a2
commit 63e7a14025
3 changed files with 12 additions and 41 deletions

View file

@ -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');
}
});