mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
wizard: add Trezor Safe 3
This commit is contained in:
parent
91ff2bc7f0
commit
05d7dd0c6d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ 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 Nano S (PLUS) / X", DeviceType::LEDGER);
|
||||||
ui->combo_deviceType->addItem("Trezor Model T", DeviceType::TREZOR);
|
ui->combo_deviceType->addItem("Trezor Model T / Safe 3", DeviceType::TREZOR);
|
||||||
|
|
||||||
connect(ui->btnOptions, &QPushButton::clicked, this, &PageHardwareDevice::onOptionsClicked);
|
connect(ui->btnOptions, &QPushButton::clicked, this, &PageHardwareDevice::onOptionsClicked);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue