ux: new custom theme configuration format

* supports customize the commit graph
This commit is contained in:
leo 2024-07-02 22:54:26 +08:00
parent c170f261db
commit 80f72676ec
No known key found for this signature in database
5 changed files with 68 additions and 21 deletions

View file

@ -709,7 +709,7 @@ namespace SourceGit.ViewModels
}
var commits = new Commands.QueryCommits(FullPath, limits).Result();
var graph = Models.CommitGraph.Parse(commits, 8);
var graph = Models.CommitGraph.Parse(commits);
Dispatcher.UIThread.Invoke(() =>
{