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

@@ -17,7 +17,7 @@ void AdvSceneSwitcher::on_timeAdd_clicked()
listAddClicked(ui->timeSwitches,
new TimeSwitchWidget(this,
&switcher->timeSwitches.back()),
addPulse);
&addPulse);
ui->timeHelp->setVisible(false);
}