mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 21:54:59 +00:00
This commit is contained in:
parent
d1f3469250
commit
2105fd450d
6 changed files with 14 additions and 13 deletions
|
@ -37,6 +37,11 @@ namespace SourceGit.ViewModels
|
|||
return !HasErrors;
|
||||
}
|
||||
|
||||
public virtual bool AutoCheck()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public virtual Task<bool> Sure()
|
||||
{
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue