diff --git a/Core/Core.cc b/Core/Core.cc index 326865070b5050a55d09a51c2d06ec29941e7e55..9ae8981f51e42b368a53905fccace3c31490fb5c 100644 --- a/Core/Core.cc +++ b/Core/Core.cc @@ -125,6 +125,7 @@ Core() : // Get all relevant Paths and Options from option files setupOptions(); + // set discriptions for scriptable slots setDescriptions(); } @@ -422,8 +423,9 @@ Core::init() { QApplication::processEvents(); } - // Load global ini files. Use plugin and global options from these files but dont load objects - openIniFile( optionFiles[i] ,true,true,false); + // Load global ini files. Use only plugin global options from these files as the + // rest has been loaded at the beginning. + openIniFile( optionFiles[i] ,false,true,false); } // ===============================================================================================