mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 21:30:37 +08:00
feature: allow to view contribution chart based on selected author (#1196)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -28,7 +28,11 @@ namespace SourceGit.ViewModels
|
||||
public Models.StatisticsReport SelectedReport
|
||||
{
|
||||
get => _selectedReport;
|
||||
private set => SetProperty(ref _selectedReport, value);
|
||||
private set
|
||||
{
|
||||
value?.ChangeAuthor(null);
|
||||
SetProperty(ref _selectedReport, value);
|
||||
}
|
||||
}
|
||||
|
||||
public uint SampleColor
|
||||
|
||||
Reference in New Issue
Block a user