wizard: add Ledger Stax image

This commit is contained in:
selsta 2023-04-07 23:15:14 +02:00
parent f650e96363
commit 90c4aa4ec6
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E
3 changed files with 3 additions and 0 deletions

BIN
images/ledgerStax.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View file

@ -281,6 +281,7 @@
<file>images/ledgerNanoS.png</file> <file>images/ledgerNanoS.png</file>
<file>images/ledgerNanoSPlus.png</file> <file>images/ledgerNanoSPlus.png</file>
<file>images/ledgerNanoX.png</file> <file>images/ledgerNanoX.png</file>
<file>images/ledgerStax.png</file>
<file>images/trezor.png</file> <file>images/trezor.png</file>
<file>images/trezor@2x.png</file> <file>images/trezor@2x.png</file>
<file>qtquickcontrols2.conf</file> <file>qtquickcontrols2.conf</file>

View file

@ -171,6 +171,8 @@ Rectangle {
return "qrc:///images/ledgerNanoSPlus.png"; return "qrc:///images/ledgerNanoSPlus.png";
} else if (ledgerType == "Ledger Nano X") { } else if (ledgerType == "Ledger Nano X") {
return "qrc:///images/ledgerNanoX.png"; return "qrc:///images/ledgerNanoX.png";
} else if (ledgerType == "Ledger Stax") {
return "qrc:///images/ledgerStax.png";
} }
} }
return ""; return "";