From 4a8ab6e1f6dfb5e84c7e6ed2bbe3285cc40f25fd Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Thu, 23 Mar 2017 07:00:45 -0300 Subject: [PATCH] fixed styling issue --- src/main/folder-watcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/folder-watcher.js b/src/main/folder-watcher.js index 7692ec8b..d5e81f22 100644 --- a/src/main/folder-watcher.js +++ b/src/main/folder-watcher.js @@ -5,7 +5,7 @@ class FolderWatcher { constructor ({window, state}) { this.window = window this.state = state - this.torrentsFolderPath + this.torrentsFolderPath = null this.watching = false }