2023-02-22 01:48:49 +03:00
|
|
|
// SPDX-FileCopyrightText: Nheko Contributors
|
2021-03-07 07:57:56 +03:00
|
|
|
//
|
2021-03-05 02:35:15 +03:00
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
2019-11-03 05:28:16 +03:00
|
|
|
import ".."
|
2021-05-13 09:23:56 +03:00
|
|
|
import im.nheko 1.0
|
2019-09-18 22:09:46 +03:00
|
|
|
|
2019-11-03 05:28:16 +03:00
|
|
|
MatrixText {
|
2021-07-12 01:24:33 +03:00
|
|
|
required property string typeString
|
|
|
|
|
|
|
|
text: qsTr("unimplemented event: ") + typeString
|
2022-02-03 22:26:20 +03:00
|
|
|
// width: parent.width
|
2021-05-13 09:23:56 +03:00
|
|
|
color: Nheko.inactiveColors.text
|
2019-09-18 22:09:46 +03:00
|
|
|
}
|