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

@@ -843,7 +843,7 @@
<widget class="QLineEdit" name="macroName"/>
</item>
<item>
<widget class="QPushButton" name="runMacro">
<widget class="advss::MacroRunButton" name="runMacro">
<property name="text">
<string>AdvSceneSwitcher.macroTab.run</string>
</property>
@@ -4849,6 +4849,11 @@
<header>macro-segment-list.hpp</header>
<container>1</container>
</customwidget>
<customwidget>
<class>advss::MacroRunButton</class>
<extends>QPushButton</extends>
<header>macro-run-button.hpp</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>