forked from 0x2620/pandora
sync theme with localStorage
This commit is contained in:
parent
eef82edda8
commit
5da7b3b0e7
2 changed files with 2 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ pandora.ui.mainMenu = function() {
|
|||
} else if (data.id == 'settheme') {
|
||||
Ox.Theme(value);
|
||||
pandora.UI.set('theme', value);
|
||||
localStorage.theme = value;
|
||||
} else if (data.id == 'showsiteposter') {
|
||||
pandora.UI.set('showSitePoster', data.checked)
|
||||
} else if (Ox.startsWith(data.id, 'sortgroup')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue