mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05:00 +00:00
refactor<*>: move SourceGit.Git.Preference to SourceGit.Preference
This commit is contained in:
parent
d248394e42
commit
3e6c837916
27 changed files with 236 additions and 260 deletions
|
@ -56,7 +56,7 @@ namespace SourceGit.UI {
|
|||
|
||||
if (CommitTemplate != repo.CommitTemplate) {
|
||||
repo.CommitTemplate = CommitTemplate;
|
||||
Git.Preference.Save();
|
||||
App.SaveSetting();
|
||||
}
|
||||
|
||||
Close(sender, e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue