Add configuration to autoload data on form open
This commit is contained in:
@@ -118,7 +118,9 @@ Public Class frmImportMain
|
||||
btnLoadFiles.Enabled = True
|
||||
End Try
|
||||
|
||||
Await LoadFiles()
|
||||
If ConfigManager.Config.AutomaticLoadingOnFormOpen = True Then
|
||||
Await LoadFiles()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub frmImportMain_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
|
||||
|
||||
Reference in New Issue
Block a user