aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2023-04-07 23:15:14 +0200
committerselsta <selsta@sent.at>2023-04-07 23:15:14 +0200
commit90c4aa4ec66cf687f84764313f6ad1af3c90801e (patch)
treef5beb9afa3bf11bb80ab053f213438e2441bb608
parentf650e963630f49b44a2ef16211f565555b9f159e (diff)
downloadmonzero-gui-90c4aa4ec66cf687f84764313f6ad1af3c90801e.tar.gz
monzero-gui-90c4aa4ec66cf687f84764313f6ad1af3c90801e.tar.xz
monzero-gui-90c4aa4ec66cf687f84764313f6ad1af3c90801e.zip
wizard: add Ledger Stax image
-rw-r--r--images/ledgerStax.pngbin0 -> 42333 bytes
-rw-r--r--qml.qrc1
-rw-r--r--wizard/WizardCreateDevice1.qml2
3 files changed, 3 insertions, 0 deletions
diff --git a/images/ledgerStax.png b/images/ledgerStax.png
new file mode 100644
index 00000000..137ff881
--- /dev/null
+++ b/images/ledgerStax.png
Binary files differ
diff --git a/qml.qrc b/qml.qrc
index 37b180af..4915d4ae 100644
--- a/qml.qrc
+++ b/qml.qrc
@@ -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 "";