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 } }