From 17c8e08fdaab870ea471a5abe1d25e25bbb9b2f2 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 13 Jul 2018 15:29:28 +0200 Subject: [PATCH] jj: attempt to fix missing folder watch scan path --- Global_Indexer/frmStart.vb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Global_Indexer/frmStart.vb b/Global_Indexer/frmStart.vb index 33b0cf2..4d3af01 100644 --- a/Global_Indexer/frmStart.vb +++ b/Global_Indexer/frmStart.vb @@ -480,6 +480,14 @@ Public Class frmStart Cursor = Cursors.Default End Sub Sub Start_Folderwatch() + If CURRENT_FOLDERWATCH = String.Empty Then + FW_started = False + End If + + If CURRENT_SCAN_FOLDERWATCH = String.Empty Then + FWSCAN_started = False + End If + If CURRENT_FOLDERWATCH <> "" Or CURRENT_SCAN_FOLDERWATCH <> "" Then If FW_ISSTARTED = True Then tslblFW.Visible = True