mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-02 06:36:06 -05:00
Run macros even if they are paused when pressing "Run Macro"
This commit is contained in:
@@ -180,7 +180,7 @@ void AdvSceneSwitcher::on_runMacro_clicked()
|
||||
return;
|
||||
}
|
||||
|
||||
bool ret = macro->PerformAction(true);
|
||||
bool ret = macro->PerformAction(true, true);
|
||||
if (!ret) {
|
||||
QString err =
|
||||
obs_module_text("AdvSceneSwitcher.macroTab.runFail");
|
||||
|
||||
Reference in New Issue
Block a user