Do not write settings to disk if only generating LV2 ttl

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-18 23:51:01 +02:00
parent 64ba23c5e2
commit d80c2e5c96
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 21 additions and 8 deletions

View file

@ -100,6 +100,7 @@ struct Initializer
#endif
std::string templatePath;
std::string factoryTemplatePath;
bool shouldSaveSettings = false;
Initializer(const CardinalBasePlugin* plugin, const CardinalBaseUI* ui);
~Initializer();