From 2b1b21dd07b4639380fcc63e2cc5fcad434d8dd7 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 5 Jan 2023 21:52:52 -0500 Subject: [PATCH] Add spell checking hint to ChatBar again --- src/qml/Component/ChatBox/ChatBar.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/Component/ChatBox/ChatBar.qml b/src/qml/Component/ChatBox/ChatBar.qml index 328c88177..4e0a33d45 100644 --- a/src/qml/Component/ChatBox/ChatBar.qml +++ b/src/qml/Component/ChatBox/ChatBar.qml @@ -85,6 +85,7 @@ QQC2.ToolBar { Kirigami.Theme.colorSet: Kirigami.Theme.View Kirigami.Theme.inherit: false + Kirigami.SpellChecking.enabled: true color: Kirigami.Theme.textColor selectionColor: Kirigami.Theme.highlightColor