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

make screensaver manager get user settings

This commit is contained in:
grafixeyehero 2019-11-27 18:02:38 +03:00
parent 4441c32c4b
commit f28074fb9e
3 changed files with 50 additions and 52 deletions

View file

@ -715,9 +715,6 @@ var AppInfo = {};
require(["css!css/site"]);
// alias
define("inputmanager", ["inputManager"], returnFirstDependency);
// define styles
// TODO determine which of these files can be moved to the components themselves
define("material-icons", ["css!css/material-icons/style"], returnFirstDependency);