diff options
-rw-r--r-- | qml/ChatlistPage.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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()) } } |