Add option to highlight macro dock if conditions of macro are true

This commit is contained in:
WarmUpTill
2023-06-14 19:53:33 +02:00
committed by WarmUpTill
parent 55c7ac8a32
commit 6869cc8a01
7 changed files with 58 additions and 4 deletions

View File

@@ -113,6 +113,7 @@ AdvSceneSwitcher.macroTab.currentDockButtonText.pause="Pause button text:"
AdvSceneSwitcher.macroTab.currentDockButtonText.unpause="Unpause button text:"
AdvSceneSwitcher.macroTab.currentDockStatusText.true="Conditions true text:"
AdvSceneSwitcher.macroTab.currentDockStatusText.false="Conditions false text:"
AdvSceneSwitcher.macroTab.currentDockHighlightIfExecuted="Highlight dock if macro actions were recently executed"
AdvSceneSwitcher.macroDock.pause="Pause"
AdvSceneSwitcher.macroDock.unpause="Unpause"