fix: try to fix issue #338

* upgrade Avalonia to `11.1.3`
* use reactive property instead of simple getter
This commit is contained in:
leo 2024-08-13 17:38:58 +08:00
parent 34a598d421
commit f3406e93fc
No known key found for this signature in database
5 changed files with 30 additions and 23 deletions

View file

@ -177,8 +177,6 @@ namespace SourceGit.ViewModels
}
}
public int Count => _count;
public object DetailContext
{
get => _detailContext;