mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05:00 +00:00
style: Blame & FileHistories window style
This commit is contained in:
parent
abc3e8e9f7
commit
f93dec5e6a
3 changed files with 19 additions and 15 deletions
|
@ -26,7 +26,7 @@ namespace SourceGit.ViewModels {
|
|||
public Blame(string repo, string file, string revision) {
|
||||
_repo = repo;
|
||||
|
||||
Title = $"{file}@{revision.Substring(0, 10)}";
|
||||
Title = $"{file} @ {revision.Substring(0, 10)}";
|
||||
Task.Run(() => {
|
||||
var result = new Commands.Blame(repo, file, revision).Result();
|
||||
Dispatcher.UIThread.Invoke(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue