mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00
enhance: add Views.CommitRefsPresenter
to draw commit's decorators (refs) directly
This commit is contained in:
parent
3ddaba1c28
commit
e9fa9a42ca
5 changed files with 227 additions and 56 deletions
|
@ -281,7 +281,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
public void Close()
|
||||
{
|
||||
SelectedView = 0.0; // Do NOT modify. Used to remove exists widgets for GC.Collect
|
||||
SelectedView = null; // Do NOT modify. Used to remove exists widgets for GC.Collect
|
||||
|
||||
var settingsSerialized = JsonSerializer.Serialize(_settings, JsonCodeGen.Default.RepositorySettings);
|
||||
File.WriteAllText(Path.Combine(_gitDir, "sourcegit.settings"), settingsSerialized);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue