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")