qml: allow direct seed edit when platform is not android
useful for debugging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user