Skip to content

Commit 1dd7563

Browse files
committed
qml: fix missing localdocs and prefill progress
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent cefca34 commit 1dd7563

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gpt4all-chat/qml/ChatItemView.qml

-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ GridLayout {
3636
Layout.preferredWidth: 32
3737
Layout.preferredHeight: 32
3838
Layout.topMargin: model.index > 0 ? 25 : 0
39-
visible: content !== "" || childItems.length > 0
4039

4140
Image {
4241
id: logo
@@ -71,7 +70,6 @@ GridLayout {
7170
Layout.fillWidth: true
7271
Layout.preferredHeight: 38
7372
Layout.topMargin: model.index > 0 ? 25 : 0
74-
visible: content !== "" || childItems.length > 0
7573

7674
RowLayout {
7775
spacing: 5

0 commit comments

Comments
 (0)