diff --git a/images/ledgerStax.png b/images/ledgerStax.png new file mode 100644 index 0000000000..137ff8814c Binary files /dev/null and b/images/ledgerStax.png differ diff --git a/qml.qrc b/qml.qrc index 37b180af25..4915d4ae43 100644 --- a/qml.qrc +++ b/qml.qrc @@ -281,6 +281,7 @@ images/ledgerNanoS.png images/ledgerNanoSPlus.png images/ledgerNanoX.png + images/ledgerStax.png images/trezor.png images/trezor@2x.png qtquickcontrols2.conf diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index 7f3e8e5bd4..145c5fc1a4 100644 --- a/wizard/WizardCreateDevice1.qml +++ b/wizard/WizardCreateDevice1.qml @@ -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 "";