1
0

qml: allow direct seed edit when platform is not android

useful for debugging
This commit is contained in:
Sander van Grieken
2024-10-24 16:19:07 +02:00
parent 6bc15e21ba
commit 3aa12cd97f

View File

@@ -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