From: tobtoht Date: Sat, 14 Oct 2023 14:37:33 +0000 (+0200) Subject: wizard: add missing CommitButton to layout X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=cc307b1e494eab6e6f2e9b5b1bf58bacd3e2e266;p=gamesguru%2Ffeather.git wizard: add missing CommitButton to layout --- diff --git a/src/wizard/WalletWizard.cpp b/src/wizard/WalletWizard.cpp index a95b9e14..acb50a34 100644 --- a/src/wizard/WalletWizard.cpp +++ b/src/wizard/WalletWizard.cpp @@ -76,6 +76,7 @@ WalletWizard::WalletWizard(QWidget *parent) layout << QWizard::BackButton; layout << QWizard::NextButton; layout << QWizard::FinishButton; + layout << QWizard::CommitButton; this->setButtonLayout(layout); auto *settingsButton = new QPushButton("Settings", this);