mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
enhance: support save RepositoryNode changes instantly
This commit is contained in:
parent
28b6ce4993
commit
c85293c86a
3 changed files with 15 additions and 11 deletions
|
@ -261,9 +261,6 @@ namespace SourceGit.Views
|
|||
if (sender is CheckBox box)
|
||||
{
|
||||
ViewModels.Preference.Instance.UseSystemWindowFrame = box.IsChecked == true;
|
||||
#pragma warning disable CS4014
|
||||
ViewModels.Preference.Instance.SaveAsync();
|
||||
#pragma warning restore CS4014
|
||||
|
||||
var dialog = new ConfirmRestart();
|
||||
App.OpenDialog(dialog);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue