mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 18:30:34 +08:00
feature: auto-select first change in commit details panel and revision/branch compare panel (#1019)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -453,6 +453,12 @@ namespace SourceGit.ViewModels
|
||||
private set => SetProperty(ref _isAutoFetching, value);
|
||||
}
|
||||
|
||||
public int CommitDetailActivePageIndex
|
||||
{
|
||||
get;
|
||||
set;
|
||||
} = 0;
|
||||
|
||||
public Repository(bool isBare, string path, string gitDir)
|
||||
{
|
||||
IsBare = isBare;
|
||||
|
||||
Reference in New Issue
Block a user