mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
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:
@@ -49,6 +49,8 @@ Configuration::Configuration(const fs::path& config_path,
|
||||
// If the table is missing some fields then they will simply be left at
|
||||
// their defaults
|
||||
if (toml::table* config = value.as_table()) {
|
||||
editor_double_embed =
|
||||
(*config)["editor_double_embed"].value<bool>().value_or(false);
|
||||
group = (*config)["group"].value<std::string>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user