From ea087f6ff84a11279a15359a9a6dfbcb255bb17f Mon Sep 17 00:00:00 2001 From: Kitsune Ral <> Date: Tue, 9 Jan 2024 09:00:53 +0100 Subject: [PATCH] Add a comment for 0.0.97 [skip ci] --- client/qml/TimelineItem.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/qml/TimelineItem.qml b/client/qml/TimelineItem.qml index 7174b0fd..2d59f267 100644 --- a/client/qml/TimelineItem.qml +++ b/client/qml/TimelineItem.qml @@ -269,6 +269,8 @@ Item { } Item { + // 0.0.97: it used to be RectangularGlow, maybe bring + // MultiEffect once we are both legs in Qt 6? id: highlighter anchors.fill: textField visible: highlight && settings.highlight_mode != "text"