From f9514fe925f4bed6d1939c2fcc388d7486a5a418 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 30 Jul 2023 22:33:32 +0200 Subject: [PATCH] Add accessible name to chatbar --- src/qml/Component/ChatBox/ChatBar.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qml/Component/ChatBox/ChatBar.qml b/src/qml/Component/ChatBox/ChatBar.qml index 9dc0f30b1..fd7d407aa 100644 --- a/src/qml/Component/ChatBox/ChatBar.qml +++ b/src/qml/Component/ChatBox/ChatBar.qml @@ -167,6 +167,8 @@ QQC2.Control { wrapMode: Text.Wrap readOnly: (currentRoom.usesEncryption && !Controller.encryptionSupported) + Accessible.description: placeholderText + Timer { id: repeatTimer interval: 5000