mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
enhance: Save Preferences after switched Workspace and closed Preferences (#1073)
This commit is contained in:
parent
df6cbcaa28
commit
c1c0e7b2a0
2 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,7 @@ namespace SourceGit.Views
|
|||
new Commands.Config(null).Set($"gpg.{GPGFormat.Value}.program", GPGExecutableFile);
|
||||
}
|
||||
|
||||
ViewModels.Preferences.Instance.Save();
|
||||
base.OnClosing(e);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue