From decd5280799358e4b73b5f231490b30121090e9d Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 9 Apr 2022 19:47:17 +0200 Subject: [PATCH] Disable busyindicator --- imports/NeoChat/Component/Login/Loading.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Component/Login/Loading.qml b/imports/NeoChat/Component/Login/Loading.qml index 3f47b8b7b..8a752f71f 100644 --- a/imports/NeoChat/Component/Login/Loading.qml +++ b/imports/NeoChat/Component/Login/Loading.qml @@ -23,5 +23,6 @@ Kirigami.PlaceholderMessage { QQC2.BusyIndicator { Layout.alignment: Qt.AlignHCenter + running: false } }