From 97fea5e6928387e440dcb388624999bf1f1b7657 Mon Sep 17 00:00:00 2001 From: Aniket Kumar Date: Thu, 23 Apr 2020 02:01:06 +0000 Subject: [PATCH] Apply suggestion to smsapp/qml/ConversationList.qml --- smsapp/qml/ConversationList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smsapp/qml/ConversationList.qml b/smsapp/qml/ConversationList.qml index 52975324e..7dbe5a3a1 100644 --- a/smsapp/qml/ConversationList.qml +++ b/smsapp/qml/ConversationList.qml @@ -204,7 +204,7 @@ Kirigami.ScrollablePage id: newButton text: i18nd("kdeconnect-sms", "New") visible: true - enabled: false + enabled: conversationListModel.isAddressValid(filter.text) && deviceConnected ToolTip.visible: hovered ToolTip.delay: Qt.styleHints.mousePressAndHoldInterval ToolTip.text: i18nd("kdeconnect-sms", "Start new conversation")