1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update menu

This commit is contained in:
Luke Pulverenti 2016-02-14 21:25:24 -05:00
parent 96916410b0
commit eb03497e42

View file

@ -546,7 +546,7 @@
}
function showUserAtTop() {
return Dashboard.isConnectMode() || browserInfo.mobile;
return AppInfo.isNativeApp;
}
var requiresLibraryMenuRefresh = false;