jj: attempt to fix missing folder watch scan path

This commit is contained in:
Jonathan Jenne 2018-07-13 15:29:28 +02:00
parent 34ef925315
commit 17c8e08fda

View File

@ -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