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

update icons

This commit is contained in:
Luke Pulverenti 2016-07-21 16:51:43 -04:00
parent c86571708a
commit 3838831828
13 changed files with 135 additions and 96 deletions

View file

@ -130,6 +130,8 @@ define(['appStorage', 'browser'], function (appStorage, browser) {
return appInfo;
});
},
capabilities: getCapabilities
capabilities: getCapabilities,
moreIcon: browser.safari || browser.edge ? 'dots-horiz' : 'dots-vert'
};
});