Skip to content

Commit

Permalink
Git folder output does not need to exist
Browse files Browse the repository at this point in the history
closes #62
  • Loading branch information
Noggog committed Dec 17, 2024
1 parent 2532e37 commit 1dc96d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spriggit.UI/ViewModels/Transient/LinkInputVm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class LinkInputVm : ViewModel
public PathPickerVM GitFolderPicker { get; } = new()
{
PathType = PathPickerVM.PathTypeOptions.Folder,
ExistCheckOption = PathPickerVM.CheckOptions.On
ExistCheckOption = PathPickerVM.CheckOptions.Off,
};

public PathPickerVM DataFolderPicker { get; } = new()
Expand Down

0 comments on commit 1dc96d9

Please sign in to comment.