ZooFlow: Actually use keepextension option in frmTest

This commit is contained in:
Jonathan Jenne 2021-07-13 16:02:27 +02:00
parent 2bd253d4f5
commit f213a6b6ae

View File

@ -102,7 +102,7 @@ Public Class frmtest
cmbObjectStoreType.Text, cmbObjectStoreType.Text,
"DEFAULT", "DEFAULT",
New Client.NewFileOptions With { New Client.NewFileOptions With {
.KeepExtension = True .KeepExtension = CheckBoxKeepExtension.Checked
} }
) )