From 497496626820d0a649a5eb5c785e2b388ac6d488 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 6 Oct 2020 21:17:27 +0300 Subject: ChatlistPage.qml: log errors when loading ChatPage --- qml/ChatlistPage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qml/ChatlistPage.qml b/qml/ChatlistPage.qml index 3a5259a..83eda0f 100644 --- a/qml/ChatlistPage.qml +++ b/qml/ChatlistPage.qml @@ -90,6 +90,8 @@ Kirigami.Page { pageStack.currentIndex = 2 pageStack.replace(myPage) } + } else if (chatPageComponent.status == Component.Error) { + console.log("Error loading chat page: " + chatPageComponent.errorString()) } } -- cgit v1.2.3-70-g09d2