Revert "Remove cache_time_info and always cache time info"

This reverts commit cfb171c991.

No idea why, but this cache breaks SPL Transient Designer Plus. Perhaps
it overwrites the time info?
This commit is contained in:
Robbert van der Helm
2021-01-30 02:37:27 +01:00
parent 9858db25d2
commit 0adca3e33c
7 changed files with 44 additions and 29 deletions
+3
View File
@@ -168,6 +168,9 @@ class PluginBridge {
init_msg << "other options: ";
std::vector<std::string> other_options;
if (config.cache_time_info) {
other_options.push_back("hack: time info cache");
}
if (config.editor_double_embed) {
other_options.push_back("editor: double embed");
}