No more repo :(
This commit is contained in:
@@ -374,7 +374,7 @@ public sealed class Settings : Window, IDisposable
|
|||||||
{
|
{
|
||||||
DrawOption(
|
DrawOption(
|
||||||
"Remove Wait Times",
|
"Remove Wait Times",
|
||||||
"Remove <wait.#> at the end of every action. Useful for SomethingNeedDoing.",
|
"Remove <wait.#> at the end of every action.",
|
||||||
Config.MacroCopy.RemoveWaitTimes,
|
Config.MacroCopy.RemoveWaitTimes,
|
||||||
v => Config.MacroCopy.RemoveWaitTimes = v,
|
v => Config.MacroCopy.RemoveWaitTimes = v,
|
||||||
ref isDirty
|
ref isDirty
|
||||||
@@ -382,7 +382,7 @@ public sealed class Settings : Window, IDisposable
|
|||||||
|
|
||||||
DrawOption(
|
DrawOption(
|
||||||
"Combine Macro",
|
"Combine Macro",
|
||||||
"Doesn't split the macro into smaller macros. Useful for SomethingNeedDoing.",
|
"Doesn't split the macro into smaller macros.",
|
||||||
Config.MacroCopy.CombineMacro,
|
Config.MacroCopy.CombineMacro,
|
||||||
v => Config.MacroCopy.CombineMacro = v,
|
v => Config.MacroCopy.CombineMacro = v,
|
||||||
ref isDirty
|
ref isDirty
|
||||||
|
|||||||
Reference in New Issue
Block a user