mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
fix setup of new document, closes #966
This commit is contained in:
8
src/public/app/mobile.js
Normal file
8
src/public/app/mobile.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import appContext from "./services/app_context.js";
|
||||
import MobileLayout from "./widgets/mobile_layout.js";
|
||||
import glob from "./services/glob.js";
|
||||
|
||||
glob.setupGlobs();
|
||||
|
||||
appContext.setLayout(new MobileLayout());
|
||||
appContext.start();
|
||||
Reference in New Issue
Block a user