Add a settings window entry to add extra python stubs paths

This commit is contained in:
baldurk
2026-08-13 17:46:39 +01:00
parent 26a84363b8
commit 965d788fe5
7 changed files with 140 additions and 14 deletions
+3 -2
View File
@@ -286,7 +286,8 @@ int main(int argc, char *argv[])
{
QCoreApplication application(argc, mod_argv);
PythonContext::GlobalInit();
PersistantConfig cfg;
PythonContext::GlobalInit(cfg);
logstream << "Checking python binding consistency.\n";
@@ -631,7 +632,7 @@ int main(int argc, char *argv[])
}
else
{
PythonContext::GlobalInit();
PythonContext::GlobalInit(config);
if(updateApplied)
{