mirror of
https://github.com/rgriebl/brickstore.git
synced 2026-01-28 20:38:33 -06:00
Delay the extension loading to avoid problems with visual QML elements
This commit is contained in:
@@ -240,7 +240,6 @@ ScriptManager *ScriptManager::create(QQmlEngine *engine)
|
||||
{
|
||||
Q_ASSERT(!s_inst);
|
||||
s_inst = new ScriptManager(engine);
|
||||
s_inst->reload();
|
||||
return s_inst;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user