mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
client: Fix restoring language on mobile
This commit is contained in:
@@ -3,7 +3,7 @@ import glob from "./services/glob.js";
|
||||
|
||||
glob.setupGlobs()
|
||||
|
||||
appContext.earlyInit();
|
||||
await appContext.earlyInit();
|
||||
|
||||
// A dynamic import is required for layouts since they initialize components which require translations.
|
||||
const MobileLayout = (await import("./layouts/mobile_layout.js")).default;
|
||||
|
||||
Reference in New Issue
Block a user