Update boot.js
This commit is contained in:
parent
990a583e5e
commit
0ebe801af4
@ -51,9 +51,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
if (settings) {
|
||||
if (settings.device.lang) lang = settings.device.lang;
|
||||
}
|
||||
if (settings &&
|
||||
settings.device.lang &&
|
||||
LANGS.includes(settings.device.lang))
|
||||
lang = settings.device.lang;
|
||||
//#endregion
|
||||
|
||||
// Detect the user agent
|
||||
|
Loading…
Reference in New Issue
Block a user