commit 77f894468b59b37c62c7b071d44170c82de6e07d
parent 9db1ee33fd92c2096e99b4163c785e2168ea2bce
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Thu, 2 May 2024 22:39:28 +0200
save DB after refreshing a datasource and mark the cache as dirty
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/source/jucePluginLib/patchdb/db.cpp b/source/jucePluginLib/patchdb/db.cpp
@@ -182,6 +182,7 @@ namespace pluginLib::patchDB
{
_ds->setParent(parent);
addDataSource(_ds);
+ saveJson();
});
}