nheko/resources/qml/delegates/Placeholder.qml

8 lines
148 B
QML

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