]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
fix: use pause status in update net stats if relevant
authorgg <chown_tee@proton.me>
Sun, 18 Jan 2026 05:13:00 +0000 (00:13 -0500)
committergg <chown_tee@proton.me>
Sun, 18 Jan 2026 05:13:00 +0000 (00:13 -0500)
src/MainWindow.cpp

index ed8b59ec39360508c89f7a3408de2899caeb48e2..25eea1b800ca8fcced959f13834b6051519704d4 100644 (file)
@@ -2017,6 +2017,7 @@ void MainWindow::updateNetStats() {
 
     if (conf()->get(Config::syncPaused).toBool()) {
         m_statusLabelNetStats->hide();
+        this->setStatusText(this->getPausedStatusText());
         return;
     }