Browse Source

qml: allow direct seed edit when platform is not android

useful for debugging
master
Sander van Grieken 1 year ago
parent
commit
3aa12cd97f
No known key found for this signature in database
GPG Key ID: 9BCF8209EA402EBA
  1. 2
      electrum/gui/qml/components/controls/SeedTextArea.qml

2
electrum/gui/qml/components/controls/SeedTextArea.qml

@ -45,7 +45,7 @@ Pane {
font.pixelSize: constants.fontSizeLarge
font.family: FixedFont
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhLowercaseOnly | Qt.ImhNoPredictiveText
readOnly: true
readOnly: AppController.isAndroid()
background: Rectangle {
color: constants.darkerBackground

Loading…
Cancel
Save