]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
update icon for paused state
authorgg <chown_tee@proton.me>
Mon, 12 Jan 2026 22:19:15 +0000 (17:19 -0500)
committergg <chown_tee@proton.me>
Mon, 12 Jan 2026 22:21:43 +0000 (17:21 -0500)
src/MainWindow.cpp

index b39bd88f321a36e068d8bb7f17b6e1779abb3ebd..42badc465681f4a516014b6bc248f4f6710dd38a 100644 (file)
@@ -1018,9 +1018,9 @@ void MainWindow::onConnectionStatusChanged(int status)
             || status == Wallet::ConnectionStatus_Synchronized 
             || status == Wallet::ConnectionStatus_Connecting) {
             this->setPausedSyncStatus();
+            icon = icons()->icon("status_lagging.svg");
         }
     }
-
     m_statusBtnConnectionStatusIndicator->setIcon(icon);
 }