mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-03 17:44:34 +00:00
Don't show the download button if we are not connected to an online network.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -869,6 +869,7 @@ Window {
|
||||
|
||||
MyButton {
|
||||
id: downloadButton
|
||||
visible: LLM.isNetworkOnline
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
Layout.topMargin: 40
|
||||
text: qsTr("Download models")
|
||||
|
Reference in New Issue
Block a user