Add floating option for recipenote and synthhelper windows

This commit is contained in:
Asriel Camora
2024-02-23 01:19:47 -08:00
parent 5f9bbc1cf0
commit e9d6467f01
4 changed files with 106 additions and 26 deletions
+3
View File
@@ -94,6 +94,9 @@ public class Configuration : IPluginConfiguration
public bool ShowOptimalMacroStat { get; set; } = true;
public int SynthHelperStepCount { get; set; } = 5;
public bool PinSynthHelperToWindow { get; set; } = true;
public bool PinRecipeNoteToWindow { get; set; } = true;
public MacroCopyConfiguration MacroCopy { get; set; } = new();
public void AddMacro(Macro macro)