Fix crash when adding new entries to the legacy tabs

This commit is contained in:
WarmUpTill
2024-08-23 20:18:15 +02:00
committed by WarmUpTill
parent 863c84026e
commit d75066df5f
14 changed files with 17 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ void AdvSceneSwitcher::on_executableAdd_clicked()
listAddClicked(ui->executables,
new ExecutableSwitchWidget(
this, &switcher->executableSwitches.back()),
addPulse);
&addPulse);
ui->exeHelp->setVisible(false);
}