Remove unused property.

Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
Camila 2022-09-29 15:13:01 +02:00
parent 53573745a3
commit cbe22d8c1e
No known key found for this signature in database
GPG key ID: 7A4A6121E88E2AD4

View file

@ -15,7 +15,6 @@ ItemDelegate {
readonly property bool isChatActivity: model.objectType === "chat" || model.objectType === "room" || model.objectType === "call"
readonly property bool isTalkReplyPossible: model.conversationToken !== ""
property bool isTalkReplyOptionVisible: model.messageSent !== ""
readonly property bool isCallActivity: model.objectType === "call"
property color adjustedHeaderColor: Theme.darkMode ? Qt.lighter(UserModel.currentUser.headerColor, 2)
: Qt.darker(UserModel.currentUser.headerColor, 1.5)