Add a configuration option for double embedding

Only plugin that needs this so far is PSPaudioware's E27 (and likely
other PSP plugins with expandable GUIs).
This commit is contained in:
Robbert van der Helm
2020-07-23 15:59:00 +02:00
parent 523f77d334
commit 967856fc1b
3 changed files with 24 additions and 0 deletions
+7
View File
@@ -633,6 +633,13 @@ void PluginBridge::log_init_message() {
init_msg << ", 64-bit";
}
init_msg << "'" << std::endl;
init_msg << "other options: '";
if (config.editor_double_embed) {
init_msg << "editor: double embed";
} else {
init_msg << "<none>";
}
init_msg << "'" << std::endl;
init_msg << std::endl;
// Include a list of enabled compile-tiem features, mostly to make debug