Rename function

This commit is contained in:
WarmUpTill
2022-01-30 22:22:52 +01:00
committed by WarmUpTill
parent 1e7726bcfc
commit a81ee605d6
6 changed files with 9 additions and 9 deletions

View File

@@ -199,7 +199,7 @@ void AdvSceneSwitcher::on_runMacro_clicked()
return;
}
bool ret = macro->PerformAction(true, true);
bool ret = macro->PerformActions(true, true);
if (!ret) {
QString err =
obs_module_text("AdvSceneSwitcher.macroTab.runFail");