change name of themes
This commit is contained in:
parent
26f368ef84
commit
c64e16d724
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ pandora.ui.mainMenu = function() {
|
||||||
{},
|
{},
|
||||||
{ id: 'theme', title: 'Theme', items: [
|
{ id: 'theme', title: 'Theme', items: [
|
||||||
{ group: 'settheme', min: 1, max: 1, items: [
|
{ group: 'settheme', min: 1, max: 1, items: [
|
||||||
{ id: 'classic', title: 'Classic', checked: ui.theme == 'classic'},
|
{ id: 'classic', title: 'Light', checked: ui.theme == 'classic'},
|
||||||
{ id: 'modern', title: 'Modern', checked: ui.theme == 'modern' }
|
{ id: 'modern', title: 'Dark', checked: ui.theme == 'modern' }
|
||||||
]}
|
]}
|
||||||
] }
|
] }
|
||||||
]},
|
]},
|
||||||
|
|
Loading…
Reference in a new issue