mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-08 20:09:12 +00:00
Add an error message to download dialog if models.json can't be retrieved.
This commit is contained in:
@@ -55,6 +55,13 @@ Dialog {
|
||||
color: theme.textColor
|
||||
}
|
||||
|
||||
Label {
|
||||
visible: !Download.modelList.length
|
||||
anchors.centerIn: parent
|
||||
text: qsTr("Network error: could not retrieve http://gpt4all.io/models/models.json")
|
||||
color: theme.mutedTextColor
|
||||
}
|
||||
|
||||
ScrollView {
|
||||
id: scrollView
|
||||
ScrollBar.vertical.policy: ScrollBar.AlwaysOn
|
||||
|
Reference in New Issue
Block a user