Fixup for meander module inclusion
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
83de2207b4
commit
8ef6a2dff5
4 changed files with 15 additions and 3 deletions
|
@ -468,6 +468,7 @@ extern Model* modelZeta;
|
|||
#undef modelDelta
|
||||
|
||||
// Meander
|
||||
extern int panelTheme;
|
||||
#include "Meander/src/plugin.hpp"
|
||||
|
||||
// MindMeldModular
|
||||
|
@ -1988,6 +1989,8 @@ static void initStatic__Meander()
|
|||
const StaticPluginLoader spl(p, "Meander");
|
||||
if (spl.ok())
|
||||
{
|
||||
// for dark theme
|
||||
panelTheme = 1;
|
||||
p->addModel(modelMeander);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue