mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00:00
ux: change default view mode in FileHistories to CHANGES
This commit is contained in:
parent
118dccbeb5
commit
e9eb433471
2 changed files with 4 additions and 4 deletions
|
@ -93,9 +93,9 @@ namespace SourceGit.ViewModels
|
|||
}
|
||||
|
||||
if (_viewMode == 0)
|
||||
SetViewContentAsRevisionFile();
|
||||
else
|
||||
SetViewContentAsDiff();
|
||||
else
|
||||
SetViewContentAsRevisionFile();
|
||||
}
|
||||
|
||||
private void SetViewContentAsRevisionFile()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue