fix identifier
This commit is contained in:
parent
a3db350acb
commit
df151a54ec
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const defaultState = {
|
||||||
[SETTINGS.FLOATING_PLAYER]: Boolean(getLocalStorageSetting(SETTINGS.FLOATING_PLAYER, true)),
|
[SETTINGS.FLOATING_PLAYER]: Boolean(getLocalStorageSetting(SETTINGS.FLOATING_PLAYER, true)),
|
||||||
},
|
},
|
||||||
isNight: false,
|
isNight: false,
|
||||||
languages: { en: 'English', pl: 'Polish', id: 'Bahasa Indonesia', ger: 'German' }, // temporarily hard code these so we can advance i18n testing
|
languages: { en: 'English', pl: 'Polish', id: 'Bahasa Indonesia', de_DE: 'German' }, // temporarily hard code these so we can advance i18n testing
|
||||||
daemonSettings: {},
|
daemonSettings: {},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue