Browse Source

Added a console message to explain why qBittorrent needs to be restarted

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
c4dae02ef6
  1. 1
      src/statusbar.h

1
src/statusbar.h

@ -174,6 +174,7 @@ public slots: @@ -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() {

Loading…
Cancel
Save