From 1d686adcb9c5ca36392ebaf5d0184a6266fc84e7 Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 8 Aug 2024 19:55:05 +0200 Subject: wizard: add new Trezor Safe 5 --- wizard/WizardCreateDevice1.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wizard') diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index 476ddbf9..2310ed12 100644 --- a/wizard/WizardCreateDevice1.qml +++ b/wizard/WizardCreateDevice1.qml @@ -58,6 +58,7 @@ Rectangle { ListElement { column1: "Ledger Stax"; column2: "Ledger";} ListElement { column1: "Trezor Model T"; column2: "Trezor";} ListElement { column1: "Trezor Safe 3"; column2: "Trezor";} + ListElement { column1: "Trezor Safe 5"; column2: "Trezor";} } ColumnLayout { @@ -169,6 +170,8 @@ Rectangle { return "qrc:///images/trezorT.png"; } else if (trezorType == "Trezor Safe 3") { return "qrc:///images/trezor3.png"; + } else if (trezorType == "Trezor Safe 5") { + return "qrc:///images/trezor5.png"; } } else if (hardwareWalletType == "Ledger") { if (ledgerType == "Ledger Nano S") { -- cgit v1.2.3