Browse Source

qml: slip39 disabled for now

master
Sander van Grieken 3 years ago
parent
commit
8523fc134f
  1. 2
      electrum/gui/qml/components/wizard/WCHaveSeed.qml

2
electrum/gui/qml/components/wizard/WCHaveSeed.qml

@ -63,7 +63,7 @@ WizardComponent {
} }
ComboBox { ComboBox {
id: seed_type id: seed_type
model: ['Electrum', 'BIP39', 'SLIP39'] model: ['Electrum', 'BIP39'/*, 'SLIP39'*/]
onActivated: { onActivated: {
setSeedTypeHelpText() setSeedTypeHelpText()
checkValid() checkValid()

Loading…
Cancel
Save