moment/src/gui/Pages/Default.qml

9 lines
196 B
QML
Raw Normal View History

// Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
2019-12-19 22:46:16 +11:00
// SPDX-License-Identifier: LGPL-3.0-or-later
import "../Base"
2019-04-28 11:07:20 +10:00
HNoticePage {
text: qsTr("No chat selected")
2019-04-28 11:07:20 +10:00
}