mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-01 16:28:06 +09:00
Add brackets
This commit is contained in:
parent
8ed95ce620
commit
11549cdd63
@ -51,10 +51,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (settings &&
|
if (settings && settings.device.lang &&
|
||||||
settings.device.lang &&
|
LANGS.includes(settings.device.lang)) {
|
||||||
LANGS.includes(settings.device.lang))
|
|
||||||
lang = settings.device.lang;
|
lang = settings.device.lang;
|
||||||
|
}
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
// Detect the user agent
|
// Detect the user agent
|
||||||
|
Loading…
Reference in New Issue
Block a user