From c4dae02ef6e4b355e4aaea47b6a30115e4943a19 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 26 Oct 2010 18:00:27 +0000 Subject: [PATCH] Added a console message to explain why qBittorrent needs to be restarted --- src/statusbar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/statusbar.h b/src/statusbar.h index d90efed96..963de4448 100644 --- a/src/statusbar.h +++ b/src/statusbar.h @@ -174,6 +174,7 @@ public slots: bar->insertWidget(1, restartLbl); QFontMetrics fm(restartLbl->font()); restartLbl->setText(fm.elidedText(restart_text, Qt::ElideRight, restartLbl->width())); + BTSession->addConsoleMessage(tr("qBittorrent was just updated and needs to be restarted for the changes to be effective."), "red"); } void stopTimer() {