Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PhieF/CarnetElectron.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhoenamandre <phoenamandre@gmail.com>2017-12-11 02:30:10 +0300
committerPhoenamandre <phoenamandre@gmail.com>2017-12-11 02:30:10 +0300
commita4d34ca797d1c10c4097c729a8384b120c3bd041 (patch)
tree633ede2578a0e6af372f657b7472c1072bc0f99a /main.js
parent13dea88036cdc5d5273a9c48ef25fbcf1e03e655 (diff)
google keep note reader + new icon
Diffstat (limited to 'main.js')
-rw-r--r--main.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.js b/main.js
index b5245e8..00e3824 100644
--- a/main.js
+++ b/main.js
@@ -101,8 +101,7 @@ exports.getNotePath = function(){
localStorage.setItem("root_path","/home/alexandre/Nextcloud/Documents/QuickNote");
}
require("mkdirp")(path)
- if(isDebug)
- return path+"Debug";
+ return path+(isDebug?"Debug":"");
}