summary refs log tree commit diff
path: root/resources/qml/delegates/Placeholder.qml
blob: c4fc6cc35eb50b7b19c153b053f12a6b16bf1839 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-FileCopyrightText: 2021 Nheko Contributors
//
// SPDX-License-Identifier: GPL-3.0-or-later

import ".."
import im.nheko 1.0

MatrixText {
    text: qsTr("unimplemented event: ") + model.data.typeString
    width: parent ? parent.width : undefined
    color: Nheko.inactiveColors.text
}