Add loading title to LoadingPage

Otherwise the page is a bit empty


(cherry picked from commit 760ed24b37)
This commit is contained in:
Carl Schwan
2023-04-18 00:28:53 +02:00
parent a94dfde7f7
commit d7412c965c

View File

@@ -6,6 +6,7 @@ import QtQuick.Controls 2.12 as QQC2
import org.kde.kirigami 2.19 as Kirigami
Kirigami.Page {
title: i18n("Loading…")
Kirigami.LoadingPlaceholder {
id: loadingIndicator
anchors.centerIn: parent