gpt4all: update and disable version check

This commit is contained in:
2024-10-11 19:58:48 -04:00
parent 3c08138ccc
commit d3d7a5a45a
3 changed files with 22 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
diff --git a/gpt4all-chat/main.qml b/gpt4all-chat/main.qml
index 1e685385..31cf7efd 100644
--- a/main.qml
+++ b/main.qml
@@ -95,10 +95,12 @@ Window {
}
// check for new version
+ /*
if (Download.hasNewerRelease && !firstStartDialog.opened) {
newVersionDialog.open();
return;
}
+ */
}
PopupDialog {