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
+1 -1
View File
@@ -55,7 +55,7 @@ public:
void PausePythonThreading();
void ResumePythonThreading();
static void GlobalInit();
static void GlobalInit(PersistantConfig &config);
static void GlobalShutdown();
static QStringList GetApplicationExtensionsPaths();