Skip to content

Commit

Permalink
wizard: add Trezor Safe 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Nov 24, 2023
1 parent 91ff2bc commit 05d7dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wizard/PageHardwareDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PageHardwareDevice::PageHardwareDevice(WizardFields *fields, QWidget *parent)
ui->setupUi(this);

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);
}
Expand Down

0 comments on commit 05d7dd0

Please sign in to comment.