mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
refactor: remove binding errors
This commit is contained in:
parent
abdf9d7e75
commit
ec14d9d533
2 changed files with 6 additions and 2 deletions
|
@ -10,6 +10,11 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
public class Histories : ObservableObject
|
||||
{
|
||||
public Repository Repo
|
||||
{
|
||||
get => _repo;
|
||||
}
|
||||
|
||||
public bool IsLoading
|
||||
{
|
||||
get => _isLoading;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue