Add option to run "else" actions using the "Run macros" button

If there are else actions to run holding control and clicking the "Run
macros" button will allow you to test them.
This commit is contained in:
WarmUpTill
2023-09-13 10:39:44 +02:00
committed by WarmUpTill
parent 0c8135078d
commit d6e4ee0203
7 changed files with 121 additions and 17 deletions

View File

@@ -79,6 +79,7 @@ AdvSceneSwitcher.macroTab.edit.action="Action type:"
AdvSceneSwitcher.macroTab.add="Add new macro"
AdvSceneSwitcher.macroTab.name="Name:"
AdvSceneSwitcher.macroTab.run="Run macro"
AdvSceneSwitcher.macroTab.runElse="Run macro (else)"
AdvSceneSwitcher.macroTab.runFail="Running \"%1\" failed!\nEither one of the actions failed or the macro is running already."
AdvSceneSwitcher.macroTab.runInParallel="Run macro in parallel to other macros"
AdvSceneSwitcher.macroTab.onChange="Perform actions only on condition change"