No more repo :(

This commit is contained in:
Asriel Camora
2024-07-03 08:08:57 -07:00
parent 0caeaa4a6d
commit 768470d0b2
+2 -2
View File
@@ -374,7 +374,7 @@ public sealed class Settings : Window, IDisposable
{
DrawOption(
"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,
v => Config.MacroCopy.RemoveWaitTimes = v,
ref isDirty
@@ -382,7 +382,7 @@ public sealed class Settings : Window, IDisposable
DrawOption(
"Combine Macro",
"Doesn't split the macro into smaller macros. Useful for SomethingNeedDoing.",
"Doesn't split the macro into smaller macros.",
Config.MacroCopy.CombineMacro,
v => Config.MacroCopy.CombineMacro = v,
ref isDirty