From 183eb9fb4389f5757b5dcec7fa2e7167936225af Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Thu, 19 Dec 2024 17:22:00 -0500 Subject: [PATCH] qml: fix missing localdocs and prefill progress (#3330) Signed-off-by: Jared Van Bortel --- gpt4all-chat/qml/ChatItemView.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpt4all-chat/qml/ChatItemView.qml b/gpt4all-chat/qml/ChatItemView.qml index 9cac2fcce157..02b919d8999b 100644 --- a/gpt4all-chat/qml/ChatItemView.qml +++ b/gpt4all-chat/qml/ChatItemView.qml @@ -36,7 +36,6 @@ GridLayout { Layout.preferredWidth: 32 Layout.preferredHeight: 32 Layout.topMargin: model.index > 0 ? 25 : 0 - visible: content !== "" || childItems.length > 0 Image { id: logo @@ -71,7 +70,6 @@ GridLayout { Layout.fillWidth: true Layout.preferredHeight: 38 Layout.topMargin: model.index > 0 ? 25 : 0 - visible: content !== "" || childItems.length > 0 RowLayout { spacing: 5