Disable synthhelper if a macro is running

This commit is contained in:
Asriel Camora
2023-11-15 03:51:05 -08:00
parent 976df3cbae
commit bce114d731
3 changed files with 41 additions and 30 deletions
+1
View File
@@ -90,6 +90,7 @@ public class Configuration : IPluginConfiguration
[JsonConverter(typeof(PopulateConverter))]
public SolverConfig SynthHelperSolverConfig { get; set; } = SolverConfig.SynthHelperDefault;
public bool EnableSynthHelper { get; set; } = true;
public bool DisableSynthHelperOnMacro { get; set; } = true;
public bool ShowOptimalMacroStat { get; set; } = true;
public int SynthHelperStepCount { get; set; } = 5;