We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa4184 commit 2a49761Copy full SHA for 2a49761
source/forms/ACLibImportWizardForm.cls
@@ -626,7 +626,7 @@ On Error GoTo HandleErr
626
Me.chkImportTests.Value = .ImportTestsDefaultValue
627
End With
628
629
- ConfigReproSourceMode 1 + Abs(Len(Me.txtLocalRepositoryPath.Value & vbNullString) > 0)
+ ConfigReproSourceMode 2 - Abs(Len(Me.txtLocalRepositoryPath.Value & vbNullString) > 0)
630
EnableCodeModuleDescription Me.tbViewCodeModuleDescription.Value
631
632
SetEnableMode
0 commit comments