mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-24 04:29:23 +00:00
Update WizardCreateDevice1.qml
This commit is contained in:
parent
43f378b7d2
commit
118ad125c4
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ Rectangle {
|
||||||
ListModel {
|
ListModel {
|
||||||
id: deviceNameModel
|
id: deviceNameModel
|
||||||
ListElement { column1: qsTr("Choose your hardware device"); column2: "";}
|
ListElement { column1: qsTr("Choose your hardware device"); column2: "";}
|
||||||
ListElement { column1: "Ledger"; column2: "Ledger";}
|
ListElement { column1: "Ledger Nano S/X"; column2: "Ledger";}
|
||||||
ListElement { column1: "Trezor"; column2: "Trezor";}
|
ListElement { column1: "Trezor Model T"; column2: "Trezor";}
|
||||||
}
|
}
|
||||||
|
|
||||||
function update(){
|
function update(){
|
||||||
|
|
Loading…
Reference in a new issue