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.pixelSize: constants.fontSizeLarge
|
||||||
font.family: FixedFont
|
font.family: FixedFont
|
||||||
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhLowercaseOnly | Qt.ImhNoPredictiveText
|
inputMethodHints: Qt.ImhSensitiveData | Qt.ImhLowercaseOnly | Qt.ImhNoPredictiveText
|
||||||
readOnly: true
|
readOnly: AppController.isAndroid()
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: constants.darkerBackground
|
color: constants.darkerBackground
|
||||||
|
|||||||
Reference in New Issue
Block a user