diff options
author | link2xt <link2xt@testrun.org> | 2021-06-06 17:29:11 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-06-06 17:29:11 +0300 |
commit | 337916c8e4854cd6f4f157a901788d633e8917f8 (patch) | |
tree | 213bd30db2e74f275749066b9b915d3d5b08bf82 /qml | |
parent | fa0dfcb64de83dbe397690422ea584961c145940 (diff) | |
download | kdeltachat-337916c8e4854cd6f4f157a901788d633e8917f8.tar.gz kdeltachat-337916c8e4854cd6f4f157a901788d633e8917f8.zip |
Do not select any chat by default
Diffstat (limited to 'qml')
-rw-r--r-- | qml/ChatlistPage.qml | 1 |
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) |