mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
airgap: remove unused help button
This commit is contained in:
parent
eb8d5a2e6d
commit
b6b1911ca8
1 changed files with 0 additions and 2 deletions
|
@ -49,7 +49,6 @@ 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;
|
||||
|
@ -57,7 +56,6 @@ OfflineTxSigningWizard::OfflineTxSigningWizard(QWidget *parent, Wallet *wallet,
|
|||
layout << QWizard::CommitButton;
|
||||
this->setButtonLayout(layout);
|
||||
|
||||
setOption(QWizard::HaveHelpButton);
|
||||
// setOption(QWizard::HaveCustomButton1, true);
|
||||
setOption(QWizard::NoBackButtonOnStartPage);
|
||||
setWizardStyle(WizardStyle::ModernStyle);
|
||||
|
|
Loading…
Reference in a new issue