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

Updated doc

This commit is contained in:
Laurent Cozic
2019-02-05 18:46:32 +00:00
parent 735bc92bc4
commit 9f575101d2
6 changed files with 16 additions and 11 deletions

View File

@ -18,9 +18,9 @@ class WelcomeUtils {
const folderAssets = welcomeAssets.folders;
const tempDir = Setting.value('resourceDir');
// TODO: Update createResourceFromPath for mobile
// TODO: Update BaseApplication
// TODO: Update mobile root.js
// TODO: Finish Welcome notes
for (let i = 0; i < folderAssets.length; i++) {
const folderAsset = folderAssets[i];