gpt4all: update and disable version check
This commit is contained in:
17
home-manager/progs/gpt4all/disable-version-check.patch
Normal file
17
home-manager/progs/gpt4all/disable-version-check.patch
Normal 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 {
|
||||
Reference in New Issue
Block a user