Add community macro support

This commit is contained in:
Asriel Camora
2024-02-27 02:26:33 -08:00
parent a575ad088f
commit 409d2e440b
8 changed files with 859 additions and 396 deletions
+2
View File
@@ -93,6 +93,8 @@ public class Configuration : IPluginConfiguration
public bool DisableSynthHelperOnMacro { get; set; } = true;
public bool ShowOptimalMacroStat { get; set; } = true;
public bool SuggestMacroAutomatically { get; set; }
public bool ShowCommunityMacros { get; set; } = true;
public bool SearchCommunityMacroAutomatically { get; set; }
public int SynthHelperStepCount { get; set; } = 5;
public bool PinSynthHelperToWindow { get; set; } = true;