Skip to content

Commit ed59bb3

Browse files
committed
wizard: add new Trezor Safe 5
1 parent f0b1b8c commit ed59bb3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

images/trezor5.png

305 KB
Loading

wizard/WizardCreateDevice1.qml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Rectangle {
5858
ListElement { column1: "Ledger Stax"; column2: "Ledger";}
5959
ListElement { column1: "Trezor Model T"; column2: "Trezor";}
6060
ListElement { column1: "Trezor Safe 3"; column2: "Trezor";}
61+
ListElement { column1: "Trezor Safe 5"; column2: "Trezor";}
6162
}
6263

6364
ColumnLayout {
@@ -169,6 +170,8 @@ Rectangle {
169170
return "qrc:///images/trezorT.png";
170171
} else if (trezorType == "Trezor Safe 3") {
171172
return "qrc:///images/trezor3.png";
173+
} else if (trezorType == "Trezor Safe 5") {
174+
return "qrc:///images/trezor5.png";
172175
}
173176
} else if (hardwareWalletType == "Ledger") {
174177
if (ledgerType == "Ledger Nano S") {

0 commit comments

Comments
 (0)