Removed Insight window activation/deactivation (it was no longer needed since we removed TC suspension)

This commit is contained in:
Nav
2023-06-10 15:50:11 +01:00
parent db04783080
commit c307fb513e
5 changed files with 109 additions and 229 deletions

View File

@@ -575,14 +575,12 @@ namespace Bloom
this->projectSettings.value().insightSettings,
&(this->qtApplication)
);
this->insight->activate();
}
void Application::onInsightActivationRequest(const Events::InsightActivationRequested&) {
if (this->insight) {
// Insight has already been activated
this->insight->showMainWindow();
this->insight->activateMainWindow();
return;
}