gpt4all: disable settings err

This commit is contained in:
Simon Gardling 2024-09-21 13:30:59 -04:00
parent 34cc5bcb7b
commit 3a7c940a3d
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -0,0 +1,19 @@
diff --git a/main.qml b/main.qml
index 1e685385..7c747eba 100644
--- a/main.qml
+++ b/main.qml
@@ -72,12 +72,14 @@ Window {
return;
}
+ /*
// check if we have access to settings and if not show an error
if (!hasShownSettingsAccess && !LLM.hasSettingsAccess()) {
errorSettingsAccess.open();
hasShownSettingsAccess = true;
return;
}
+ */
// check for first time start of this version
if (!hasCheckedFirstStart) {