Add ability to only simulate first synth helper action
This commit is contained in:
@@ -101,6 +101,7 @@ public class Configuration : IPluginConfiguration
|
||||
public bool ShowCommunityMacros { get; set; } = true;
|
||||
public bool SearchCommunityMacroAutomatically { get; set; }
|
||||
public int SynthHelperStepCount { get; set; } = 5;
|
||||
public bool SynthHelperDisplayOnlyFirstStep { get; set; }
|
||||
|
||||
public bool PinSynthHelperToWindow { get; set; } = true;
|
||||
public bool PinRecipeNoteToWindow { get; set; } = true;
|
||||
|
||||
Reference in New Issue
Block a user