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

Moved commands to separate files

This commit is contained in:
Laurent Cozic
2017-07-10 20:03:46 +00:00
parent e0184d94c8
commit cb30035060
21 changed files with 1218 additions and 1000 deletions

View File

@@ -160,6 +160,7 @@ Setting.constants_ = {
'appType': 'SET_ME', // 'cli' or 'mobile'
'resourceDir': '',
'profileDir': '',
'tempDir': '',
}
export { Setting };