mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-05 20:39:49 -06: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