Delay the extension loading to avoid problems with visual QML elements

This commit is contained in:
Robert Griebl
2024-03-24 17:05:06 +01:00
parent b21e5ff8ca
commit 119ed73fe9
2 changed files with 1 additions and 1 deletions

View File

@@ -240,7 +240,6 @@ ScriptManager *ScriptManager::create(QQmlEngine *engine)
{
Q_ASSERT(!s_inst);
s_inst = new ScriptManager(engine);
s_inst->reload();
return s_inst;
}