Removed enabled Insight config param and replaced with activateOnStartup param.
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Bloom
|
||||
this->startup();
|
||||
|
||||
#ifndef EXCLUDE_INSIGHT
|
||||
this->insightActivationPending = this->insightConfig->insightEnabled;
|
||||
this->insightActivationPending = this->insightConfig->activateOnStartup;
|
||||
#endif
|
||||
|
||||
// Main event loop
|
||||
|
||||
Reference in New Issue
Block a user