mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-07-02 00:22:10 -05:00
Run macro via dock button in parallel and ignore pause
This commit is contained in:
parent
d12911cd02
commit
e30d5845fa
|
|
@ -110,7 +110,7 @@ void MacroDock::RunClicked()
|
|||
return;
|
||||
}
|
||||
|
||||
auto ret = macro->PerformActions(true);
|
||||
auto ret = macro->PerformActions(true, true, true);
|
||||
if (!ret) {
|
||||
QString err =
|
||||
obs_module_text("AdvSceneSwitcher.macroTab.runFail");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user