Skip to content

Commit 2a49761

Browse files
committed
Fix: set local repo as default if available
1 parent 7fa4184 commit 2a49761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/forms/ACLibImportWizardForm.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ On Error GoTo HandleErr
626626
Me.chkImportTests.Value = .ImportTestsDefaultValue
627627
End With
628628

629-
ConfigReproSourceMode 1 + Abs(Len(Me.txtLocalRepositoryPath.Value & vbNullString) > 0)
629+
ConfigReproSourceMode 2 - Abs(Len(Me.txtLocalRepositoryPath.Value & vbNullString) > 0)
630630
EnableCodeModuleDescription Me.tbViewCodeModuleDescription.Value
631631

632632
SetEnableMode

0 commit comments

Comments
 (0)