mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-16 08:26:04 +00:00
qml: fix missing localdocs and prefill progress (#3330)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
2afa9f2f25
commit
183eb9fb43
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user