|
|
@ -34,6 +34,12 @@ CreateWalletDialog::CreateWalletDialog(QWidget* parent) :
|
|
|
|
ui->disable_privkeys_checkbox->setChecked(false);
|
|
|
|
ui->disable_privkeys_checkbox->setChecked(false);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef USE_SQLITE
|
|
|
|
|
|
|
|
ui->descriptor_checkbox->setToolTip(tr("Compiled without sqlite support (required for descriptor wallets)"));
|
|
|
|
|
|
|
|
ui->descriptor_checkbox->setEnabled(false);
|
|
|
|
|
|
|
|
ui->descriptor_checkbox->setChecked(false);
|
|
|
|
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
CreateWalletDialog::~CreateWalletDialog()
|
|
|
|
CreateWalletDialog::~CreateWalletDialog()
|
|
|
|