Added shutdownOnClose Insight config param, to trigger a shutdown when the user closes the main Insight window.
This commit is contained in:
@@ -126,8 +126,16 @@ namespace Bloom
|
||||
|
||||
struct InsightConfig
|
||||
{
|
||||
/**
|
||||
* If true, the Insight GUI will be activated immediately at startup.
|
||||
*/
|
||||
bool activateOnStartup = false;
|
||||
|
||||
/**
|
||||
* If true, Bloom will shutdown when the user closes the Insight GUI.
|
||||
*/
|
||||
bool shutdownOnClose = false;
|
||||
|
||||
InsightConfig() = default;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user