Fixup for meander module inclusion

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-05-01 00:22:45 +01:00
parent 83de2207b4
commit 8ef6a2dff5
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 15 additions and 3 deletions

View file

@ -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);
}
}