aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-06-06 17:29:11 +0300
committerlink2xt <link2xt@testrun.org>2021-06-06 17:29:11 +0300
commit337916c8e4854cd6f4f157a901788d633e8917f8 (patch)
tree213bd30db2e74f275749066b9b915d3d5b08bf82
parentfa0dfcb64de83dbe397690422ea584961c145940 (diff)
downloadkdeltachat-337916c8e4854cd6f4f157a901788d633e8917f8.tar.gz
kdeltachat-337916c8e4854cd6f4f157a901788d633e8917f8.zip
Do not select any chat by default
-rw-r--r--qml/ChatlistPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/ChatlistPage.qml b/qml/ChatlistPage.qml
index 9bc9c5a..e1fb3b9 100644
--- a/qml/ChatlistPage.qml
+++ b/qml/ChatlistPage.qml
@@ -103,6 +103,7 @@ Kirigami.ScrollablePage {
anchors.fill: parent
model: chatlistModel
+ currentIndex: -1
onCurrentItemChanged: {
console.log("Current index is " + chatlist.currentIndex)