From 7eedc42cdcfc92904ae718f279c727bc1fc1eb93 Mon Sep 17 00:00:00 2001 From: Nav Date: Wed, 24 May 2023 23:13:19 +0100 Subject: [PATCH] Insight deactivation wording change --- src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp index 1e6e5940..2a642797 100644 --- a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp @@ -820,10 +820,7 @@ namespace Bloom this->destroyPanes(); - this->ioUnavailableWidget->setText( - "Insight deactivated - Bloom has been disconnected from the target.\n\n" - "Bloom will attempt to reconnect upon the start of a new debug session." - ); + this->ioUnavailableWidget->setText("Insight deactivated"); this->ioUnavailableWidget->show(); this->targetStatusLabel->setText("Unknown");