wizard: add Ledger Stax image

This commit is contained in:
selsta
2023-04-07 23:15:14 +02:00
parent f650e96363
commit 90c4aa4ec6
3 changed files with 3 additions and 0 deletions

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