Disable text field.
This commit is contained in:
@@ -104,6 +104,7 @@ Page {
|
|||||||
|
|
||||||
text: connection.homeserver
|
text: connection.homeserver
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
|
readOnly: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -118,6 +119,7 @@ Page {
|
|||||||
|
|
||||||
text: connection.deviceId
|
text: connection.deviceId
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
|
readOnly: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -132,6 +134,7 @@ Page {
|
|||||||
|
|
||||||
text: connection.accessToken
|
text: connection.accessToken
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
|
readOnly: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user