Add ability to only simulate first synth helper action

This commit is contained in:
Asriel Camora
2024-06-19 14:34:51 -07:00
parent 7ad073a7a3
commit 236da6c947
4 changed files with 19 additions and 7 deletions
+1
View File
@@ -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;