Set default value of AutoRestartAfterChanging to true

This commit is contained in:
VictoriousRaptor 2023-11-27 21:50:23 +08:00 committed by GitHub
parent 0660c4c454
commit c8753b29ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,6 @@
public bool WarnFromUnknownSource { get; set; } = true;
public bool AutoRestartAfterChanging { get; set; } = false;
public bool AutoRestartAfterChanging { get; set; } = true;
}
}