1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Done Welcome integration on mobile and CLI

This commit is contained in:
Laurent Cozic
2019-02-09 19:04:34 +00:00
parent 214eae27da
commit 434037d793
6 changed files with 22 additions and 26 deletions

View File

@@ -517,7 +517,7 @@ async function initialize(dispatch) {
DecryptionWorker.instance().scheduleStart();
});
await WelcomeUtils.createWelcomeItems();
await WelcomeUtils.install(dispatch);
reg.logger().info('Application initialized');
}