Merge pull request #2444 from Flow-Launcher/VictoriousRaptor-patch-1

Set default value of `AutoRestartAfterChanging` to `true`
This commit is contained in:
VictoriousRaptor 2023-11-28 17:34:15 +08:00 committed by GitHub
commit 2c39cf7501
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;
}
}