]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
wizard: add missing CommitButton to layout
authortobtoht <tob@featherwallet.org>
Sat, 14 Oct 2023 14:37:33 +0000 (16:37 +0200)
committertobtoht <tob@featherwallet.org>
Sat, 14 Oct 2023 14:37:33 +0000 (16:37 +0200)
src/wizard/WalletWizard.cpp

index a95b9e14b187cbbbe2d0b9fc5652779b6d889ea3..acb50a3473bca49166a098d9e5175b98d69edbf8 100644 (file)
@@ -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);