Skip to content

Commit

Permalink
wizard: add new Trezor Safe 5
Browse files Browse the repository at this point in the history
  • Loading branch information
selsta committed Aug 8, 2024
1 parent f0b1b8c commit 1d686ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file added images/trezor5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions qml.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
<file>images/ledgerNanoX.png</file>
<file>images/ledgerStax.png</file>
<file>images/trezor3.png</file>
<file>images/trezor5.png</file>
<file>images/trezorT.png</file>
<file>images/[email protected]</file>
<file>qtquickcontrols2.conf</file>
Expand Down
3 changes: 3 additions & 0 deletions wizard/WizardCreateDevice1.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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") {
Expand Down

0 comments on commit 1d686ad

Please sign in to comment.