mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update icons
This commit is contained in:
parent
92bca2bd40
commit
58bb39c2d1
17 changed files with 101 additions and 88 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['browser', 'appSettings'], function (browser, appSettings) {
|
||||
define(['browser', 'appSettings', 'events'], function (browser, appSettings, events) {
|
||||
|
||||
function setLayout(self, layout, selectedLayout) {
|
||||
|
||||
|
@ -32,6 +32,8 @@ define(['browser', 'appSettings'], function (browser, appSettings) {
|
|||
appSettings.set('layout', layout);
|
||||
}
|
||||
}
|
||||
|
||||
events.trigger(self, 'modechange');
|
||||
};
|
||||
|
||||
self.getSavedLayout = function (layout) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue