Skip to content

Commit

Permalink
airgap: remove unused help button
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Dec 15, 2023
1 parent eb8d5a2 commit b6b1911
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wizard/offline_tx_signing/OfflineTxSigningWizard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,13 @@ OfflineTxSigningWizard::OfflineTxSigningWizard(QWidget *parent, Wallet *wallet,

QList<QWizard::WizardButton> layout;
layout << QWizard::CancelButton;
layout << QWizard::HelpButton;
layout << QWizard::Stretch;
layout << QWizard::BackButton;
layout << QWizard::NextButton;
layout << QWizard::FinishButton;
layout << QWizard::CommitButton;
this->setButtonLayout(layout);

setOption(QWizard::HaveHelpButton);
// setOption(QWizard::HaveCustomButton1, true);
setOption(QWizard::NoBackButtonOnStartPage);
setWizardStyle(WizardStyle::ModernStyle);
Expand Down

0 comments on commit b6b1911

Please sign in to comment.