mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Remove unused property.
Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
parent
53573745a3
commit
cbe22d8c1e
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue