nheko/resources/qml/delegates/Placeholder.qml

8 lines
168 B
QML
Raw Normal View History

2019-11-03 03:28:16 +01:00
import ".."
2019-11-03 03:28:16 +01:00
MatrixText {
2020-10-08 21:11:21 +02:00
text: qsTr("unimplemented event: ") + model.data.typeString
width: parent ? parent.width : undefined
color: inactiveColors.text
}