Skip to content

Commit

Permalink
Merge pull request #4146
Browse files Browse the repository at this point in the history
90c4aa4 wizard: add Ledger Stax image (selsta)
  • Loading branch information
luigi1111 committed Aug 17, 2023
2 parents f5e0169 + 90c4aa4 commit f342d46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file added images/ledgerStax.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 @@ -281,6 +281,7 @@
<file>images/ledgerNanoS.png</file>
<file>images/ledgerNanoSPlus.png</file>
<file>images/ledgerNanoX.png</file>
<file>images/ledgerStax.png</file>
<file>images/trezor.png</file>
<file>images/[email protected]</file>
<file>qtquickcontrols2.conf</file>
Expand Down
2 changes: 2 additions & 0 deletions wizard/WizardCreateDevice1.qml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ Rectangle {
return "qrc:///images/ledgerNanoSPlus.png";
} else if (ledgerType == "Ledger Nano X") {
return "qrc:///images/ledgerNanoX.png";
} else if (ledgerType == "Ledger Stax") {
return "qrc:///images/ledgerStax.png";
}
}
return "";
Expand Down

0 comments on commit f342d46

Please sign in to comment.