mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Don't show wallet options in the preferences menu when running with -disablewallet
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
af3ec17f67
commit
d52f072605
@@ -24,7 +24,7 @@ class OptionsDialog : public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit OptionsDialog(QWidget *parent);
|
||||
explicit OptionsDialog(QWidget *parent, bool enableWallet);
|
||||
~OptionsDialog();
|
||||
|
||||
void setModel(OptionsModel *model);
|
||||
|
||||
Reference in New Issue
Block a user