Removed enabled Insight config param and replaced with activateOnStartup param.
This commit is contained in:
@@ -71,8 +71,8 @@ namespace Bloom
|
||||
}
|
||||
|
||||
InsightConfig::InsightConfig(const YAML::Node& insightNode) {
|
||||
if (insightNode["enabled"]) {
|
||||
this->insightEnabled = insightNode["enabled"].as<bool>(this->insightEnabled);
|
||||
if (insightNode["activateOnStartup"]) {
|
||||
this->activateOnStartup = insightNode["activateOnStartup"].as<bool>(this->activateOnStartup);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user