diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2023-08-17 10:30:28 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2023-08-17 10:30:28 -0500 |
| commit | f342d46541da9b1a2de301049ee823e7478f9ce2 (patch) | |
| tree | 6272cbe9ef3445fea3c73c7446122d1dc9699e3b | |
| parent | f5e016930b28bdb5549fa44152e660a09f2c3227 (diff) | |
| parent | 90c4aa4ec66cf687f84764313f6ad1af3c90801e (diff) | |
| download | monzero-gui-f342d46541da9b1a2de301049ee823e7478f9ce2.tar.gz monzero-gui-f342d46541da9b1a2de301049ee823e7478f9ce2.tar.xz monzero-gui-f342d46541da9b1a2de301049ee823e7478f9ce2.zip | |
Merge pull request #4146
90c4aa4 wizard: add Ledger Stax image (selsta)
| -rw-r--r-- | images/ledgerStax.png | bin | 0 -> 42333 bytes | |||
| -rw-r--r-- | qml.qrc | 1 | ||||
| -rw-r--r-- | wizard/WizardCreateDevice1.qml | 2 |
3 files changed, 3 insertions, 0 deletions
diff --git a/images/ledgerStax.png b/images/ledgerStax.png Binary files differnew file mode 100644 index 00000000..137ff881 --- /dev/null +++ b/images/ledgerStax.png @@ -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> diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index 7f3e8e5b..145c5fc1 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 ""; |
