Refactor background work in recipenote, suggest macro automatically

This commit is contained in:
Asriel Camora
2024-02-23 08:23:42 -08:00
parent 1e873729d4
commit 2cced24edf
3 changed files with 157 additions and 85 deletions
+1
View File
@@ -92,6 +92,7 @@ public class Configuration : IPluginConfiguration
public bool EnableSynthHelper { get; set; } = true;
public bool DisableSynthHelperOnMacro { get; set; } = true;
public bool ShowOptimalMacroStat { get; set; } = true;
public bool SuggestMacroAutomatically { get; set; }
public int SynthHelperStepCount { get; set; } = 5;
public bool PinSynthHelperToWindow { get; set; } = true;