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:
authorPhie <phie@phie.ovh>2018-01-12 18:42:35 +0300
committerPhie <phie@phie.ovh>2018-01-12 18:42:35 +0300
commit26740a12e010cb3daf19c2f5d30946f2308d6721 (patch)
treed4fa3a3f938ca1fc791e3d9840826955ad085854 /main.js
parent089ec565867fbc71a69db5bb2f39537c2592d1e9 (diff)
lock file on keywords + merge :skip hidden files
Diffstat (limited to 'main.js')
-rw-r--r--main.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/main.js b/main.js
index e6417ed..befc99e 100644
--- a/main.js
+++ b/main.js
@@ -180,11 +180,3 @@ exports.executeProcess = (process) => {
process.start();
}
-
-exports.registerFolderPickListener = (listener) => {
- this.folderPickListener = listener;
-}
-
-exports.onFolderPicked = (folder) => {
- this.folderPickListener(folder);
-} \ No newline at end of file