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

Merge pull request #1311 from MediaBrowser/master

update tabs
This commit is contained in:
Luke 2015-12-14 15:39:48 -05:00
commit 905c62a070

View file

@ -155,7 +155,7 @@
enableFullPaperTabs: function () {
if (browserInfo.animate && !browserInfo.mobile) {
return true;
//return true;
}
return AppInfo.isNativeApp;