Rebrand files names Spectral -> NeoChat
This commit is contained in:
10
imports/NeoChat/Page/LoadingPage.qml
Normal file
10
imports/NeoChat/Page/LoadingPage.qml
Normal file
@@ -0,0 +1,10 @@
|
||||
import org.kde.kirigami 2.12 as Kirigami
|
||||
import QtQuick.Controls 2.12 as QQC2
|
||||
|
||||
Kirigami.Page {
|
||||
title: i18n("Loading")
|
||||
|
||||
QQC2.BusyIndicator {
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user