mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
wizard: don't enumerate supported devices
This commit is contained in:
parent
2a1ac4afa0
commit
cbbc9526a5
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ PageHardwareDevice::PageHardwareDevice(WizardFields *fields, QWidget *parent)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|
||||||
ui->combo_deviceType->addItem("Ledger Nano S (PLUS) / X", DeviceType::LEDGER);
|
ui->combo_deviceType->addItem("Ledger", DeviceType::LEDGER);
|
||||||
ui->combo_deviceType->addItem("Trezor Model T / Safe 3", DeviceType::TREZOR);
|
ui->combo_deviceType->addItem("Trezor", DeviceType::TREZOR);
|
||||||
|
|
||||||
connect(ui->btnOptions, &QPushButton::clicked, this, &PageHardwareDevice::onOptionsClicked);
|
connect(ui->btnOptions, &QPushButton::clicked, this, &PageHardwareDevice::onOptionsClicked);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue