Remove combo actions from view

This commit is contained in:
Asriel Camora
2023-07-15 23:54:26 +04:00
parent 88babd3844
commit 8417ee4fc5
3 changed files with 1 additions and 12 deletions
-1
View File
@@ -31,7 +31,6 @@ public class Configuration : IPluginConfiguration
public bool OverrideUncraftability { get; set; } = true;
public bool HideUnlearnedActions { get; set; } = true;
public bool HideCombos { get; set; } = true;
public List<Macro> Macros { get; set; } = new();
public SolverConfig SolverConfig { get; set; } = new();
public SolverAlgorithm SolverAlgorithm { get; set; } = SolverAlgorithm.StepwiseFurcated;