commit 294341144a6ec03e5bd969072a61999ae5cd3526 parent 326962475352554024dde6f05f64c6807d8453f5 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sun, 21 Apr 2024 17:03:08 +0200 do not delete cache file after loading it Diffstat:
M | source/jucePluginLib/patchdb/db.cpp | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/source/jucePluginLib/patchdb/db.cpp b/source/jucePluginLib/patchdb/db.cpp @@ -1875,7 +1875,6 @@ namespace pluginLib::patchDB m_dirty.tags.insert(it.first); } - m_cacheFileName.deleteFile(); m_cacheDirty = false; return true;