Disable auto restart after plugin install by default

This commit is contained in:
Jack251970 2025-05-13 13:08:20 +08:00
parent a88f65aed7
commit e961ffaa7a

View file

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