aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateDevice1.qml
diff options
context:
space:
mode:
authorDusan Klinec <dusan.klinec@gmail.com>2019-03-15 14:21:37 +0100
committerDusan Klinec <dusan.klinec@gmail.com>2019-03-15 14:21:37 +0100
commit9074633751f5f9a8083192bda9311d9f1789544a (patch)
tree8ef27971b6916555da876571f5ff070aa62724f2 /wizard/WizardCreateDevice1.qml
parent02e16634716c6c9fa6bf0aa75928f0d698be7453 (diff)
downloadmonzero-gui-9074633751f5f9a8083192bda9311d9f1789544a.tar.gz
monzero-gui-9074633751f5f9a8083192bda9311d9f1789544a.tar.xz
monzero-gui-9074633751f5f9a8083192bda9311d9f1789544a.zip
device: Trezor support added
Diffstat (limited to 'wizard/WizardCreateDevice1.qml')
-rw-r--r--wizard/WizardCreateDevice1.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml
index 5913d4f8..e4d955fa 100644
--- a/wizard/WizardCreateDevice1.qml
+++ b/wizard/WizardCreateDevice1.qml
@@ -47,7 +47,7 @@ Rectangle {
ListModel {
id: deviceNameModel
ListElement { column1: qsTr("Ledger") ; column2: "Ledger"; }
-// ListElement { column1: qsTr("Trezor") ; column2: "Trezor"; }
+ ListElement { column1: qsTr("Trezor") ; column2: "Trezor"; }
}
function update(){