style(*): 界面显示上的一些改进

This commit is contained in:
ZCShou 2020-07-29 15:58:05 +08:00
parent e319eed03a
commit aa017d5f2f
5 changed files with 3 additions and 7 deletions

View file

@ -169,7 +169,7 @@ namespace SourceGit.UI {
maker.Dots.Clear();
commitList.ItemsSource = new List<Git.Commit>(cachedCommits);
Navigate(maker.Highlight);
// Navigate(maker.Highlight);
SetLoadingEnabled(false);
});
}