Add loading title to LoadingPage
Otherwise the page is a bit empty
(cherry picked from commit 760ed24b37)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user