From e5c136a32ff1b8ffebf96f5362b4d94e9cee19f6 Mon Sep 17 00:00:00 2001 From: gridtime Date: Fri, 15 Dec 2023 04:08:07 +0100 Subject: [PATCH] forces normal background for history diff --- src/gui/Pages/Chat/Timeline/HistoryContent.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/Pages/Chat/Timeline/HistoryContent.qml b/src/gui/Pages/Chat/Timeline/HistoryContent.qml index 308f99cf..9d2d7368 100644 --- a/src/gui/Pages/Chat/Timeline/HistoryContent.qml +++ b/src/gui/Pages/Chat/Timeline/HistoryContent.qml @@ -215,9 +215,6 @@ HRowLayout { ! mouseShiftPointHandler.active ? theme.chat.message.checkedBackground : - isOwn? - theme.chat.message.ownBackground : - theme.chat.message.background } }