Browse Source

remove devtest buttons

patch-4
Sander van Grieken 3 years ago
parent
commit
f9245164bb
  1. 16
      electrum/gui/qml/components/WalletMainView.qml

16
electrum/gui/qml/components/WalletMainView.qml

@ -45,22 +45,6 @@ Item {
width: parent.width
y: 20
spacing: 20
Button {
onClicked: stack.push(Qt.resolvedUrl('Wallets.qml'))
text: 'Wallets'
Layout.alignment: Qt.AlignHCenter
}
Button {
text: 'Create Wallet'
Layout.alignment: Qt.AlignHCenter
onClicked: {
var dialog = app.newWalletWizard.createObject(rootItem)
dialog.open()
}
}
}
}

Loading…
Cancel
Save