diff --git a/CHANGELOG.md b/CHANGELOG.md index ab75b2e..23f1e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,12 @@ Next Release Features: -* migrating to poetry for project management +* Migrating to poetry for project management +* Allow modgui on desktop Bugfixes: -* Daisy template newline. +* Daisy template newline 0.12.1 ----- diff --git a/hvcc/generators/c2dpf/templates/DistrhoPluginInfo.h b/hvcc/generators/c2dpf/templates/DistrhoPluginInfo.h index 16efa07..a923014 100644 --- a/hvcc/generators/c2dpf/templates/DistrhoPluginInfo.h +++ b/hvcc/generators/c2dpf/templates/DistrhoPluginInfo.h @@ -52,8 +52,6 @@ {%- endif %} {%- if meta.enable_modgui is sameas true %} -#ifdef __MOD_DEVICES__ #undef DISTRHO_PLUGIN_USES_MODGUI #define DISTRHO_PLUGIN_USES_MODGUI 1 -#endif {%- endif %}