summary refs log tree commit diff
path: root/resources/qml/MessageView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/MessageView.qml')
-rw-r--r--resources/qml/MessageView.qml8
1 files changed, 1 insertions, 7 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml

index b20a1d88..541d20db 100644 --- a/resources/qml/MessageView.qml +++ b/resources/qml/MessageView.qml
@@ -232,13 +232,7 @@ Item { } } - Connections { - function onFocusChanged() { - readTimer.running = TimelineManager.isWindowFocused; - } - - target: TimelineManager - } + Window.onActiveChanged: readTimer.running = Window.active Timer { id: readTimer