Updates and tweaks for v104 release

This commit is contained in:
MikeMaximus
2017-09-26 10:27:12 -06:00
parent 59748309ad
commit af13d51557
7 changed files with 32 additions and 26 deletions
+1
View File
@@ -84,6 +84,7 @@ Public Class frmAdvancedImport
If oApp.AbsolutePath Then
If Directory.Exists(oApp.Path) Then
oListViewItem.Checked = True
SaveChecked(oListViewItem)
Else
oListViewItem.Checked = False
End If