Add tooltip for run button explaining else (#931)

* Add tooltip for run button explaining else
* Switch run button modifier to Shift
* Toggle button label only when hovering over it
This commit is contained in:
Przemek Pawlas
2023-12-06 10:40:14 +01:00
committed by GitHub
parent 99a0118d31
commit 845c12c01c
3 changed files with 49 additions and 19 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.run.tooltip="Run all macro actions regardless of condition.\nIf else actions are available, hold Shift and click the button to execute them instead."
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"