Merge pull request #1266 from TheKodeToad/smol-tweaks

This commit is contained in:
Sefa Eyeoglu
2023-06-28 08:47:53 +02:00
parent 5fdbc9d75e
commit 316ef9b725
32 changed files with 88 additions and 562 deletions

View File

@ -59,7 +59,7 @@ void SetupWizard::pageChanged(int id)
{
setButtonLayout({QWizard::CustomButton1, QWizard::Stretch, QWizard::BackButton, QWizard::NextButton, QWizard::FinishButton});
auto customButton = button(QWizard::CustomButton1);
connect(customButton, &QAbstractButton::pressed, [&](){
connect(customButton, &QAbstractButton::clicked, [&](){
auto basePagePtr = getCurrentBasePage();
if(basePagePtr)
{