mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Merge pull request #2694
118ad12
Update WizardCreateDevice1.qml (rating89us)
This commit is contained in:
commit
6a453039ee
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ Rectangle {
|
|||
ListModel {
|
||||
id: deviceNameModel
|
||||
ListElement { column1: qsTr("Choose your hardware device"); column2: "";}
|
||||
ListElement { column1: "Ledger"; column2: "Ledger";}
|
||||
ListElement { column1: "Trezor"; column2: "Trezor";}
|
||||
ListElement { column1: "Ledger Nano S/X"; column2: "Ledger";}
|
||||
ListElement { column1: "Trezor Model T"; column2: "Trezor";}
|
||||
}
|
||||
|
||||
function update(){
|
||||
|
|
Loading…
Reference in a new issue