Do not write settings to disk if only generating LV2 ttl
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
64ba23c5e2
commit
d80c2e5c96
2 changed files with 21 additions and 8 deletions
|
|
@ -100,6 +100,7 @@ struct Initializer
|
|||
#endif
|
||||
std::string templatePath;
|
||||
std::string factoryTemplatePath;
|
||||
bool shouldSaveSettings = false;
|
||||
|
||||
Initializer(const CardinalBasePlugin* plugin, const CardinalBaseUI* ui);
|
||||
~Initializer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue