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 ed59bb3
Show file tree
Hide file tree
Showing 2 changed files with 3 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.
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 ed59bb3

Please sign in to comment.