1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-22 12:14:00 +01:00

Merge pull request #4146

90c4aa4 wizard: add Ledger Stax image (selsta)
This commit is contained in:
luigi1111 2023-08-17 10:30:28 -05:00
commit f342d46541
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
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/ledgerNanoSPlus.png</file>
<file>images/ledgerNanoX.png</file>
<file>images/ledgerStax.png</file>
<file>images/trezor.png</file>
<file>images/trezor@2x.png</file>
<file>qtquickcontrols2.conf</file>

View File

@ -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 "";