mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 00:56:00 -05:00
Adaptions for "else" support
* Fix "on change" option always being highlighted * Fix "run macro" button performing actions based on condition state * Fix "run" option of macro action performing action based on condition stated of selected macro
This commit is contained in:
@@ -458,7 +458,7 @@ void AdvSceneSwitcher::on_runMacro_clicked()
|
||||
return;
|
||||
}
|
||||
|
||||
bool ret = macro->PerformActions(true, true);
|
||||
bool ret = macro->PerformActions(true, true, true);
|
||||
if (!ret) {
|
||||
QString err =
|
||||
obs_module_text("AdvSceneSwitcher.macroTab.runFail");
|
||||
|
||||
Reference in New Issue
Block a user