From 4b9c416b4a4024995cdefd4bc7bc9091691ca820 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Mon, 10 Sep 2018 12:59:35 +0800 Subject: [PATCH] Disable text field. --- qml/Setting.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qml/Setting.qml b/qml/Setting.qml index ccf18b2..ad7fb60 100644 --- a/qml/Setting.qml +++ b/qml/Setting.qml @@ -104,6 +104,7 @@ Page { text: connection.homeserver selectByMouse: true + readOnly: true } } @@ -118,6 +119,7 @@ Page { text: connection.deviceId selectByMouse: true + readOnly: true } } @@ -132,6 +134,7 @@ Page { text: connection.accessToken selectByMouse: true + readOnly: true } } }