mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-23 11:25:00 +00:00
fix: worktree path validator trigger error
Signed-off-by: Gadfly <gadfly@gadfly.vip>
This commit is contained in:
parent
bf1242646c
commit
2003ce0902
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace SourceGit.ViewModels
|
||||||
public string Path
|
public string Path
|
||||||
{
|
{
|
||||||
get => _path;
|
get => _path;
|
||||||
set => SetProperty(ref _path, value);
|
set => SetProperty(ref _path, value, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool CreateNewBranch
|
public bool CreateNewBranch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue