20 lines
535 B
Diff
20 lines
535 B
Diff
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) {
|