]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
show "[PAUSED] x Blocks to go" on Connecting Status, too
authorgg <chown_tee@proton.me>
Mon, 12 Jan 2026 20:26:19 +0000 (15:26 -0500)
committergg <chown_tee@proton.me>
Mon, 12 Jan 2026 20:26:19 +0000 (15:26 -0500)
src/MainWindow.cpp

index c9ae746fc3489ac681ca30f18fbad2c879f10747..2a9ca2dbd210f878065b675d13b973f2f7acf20f 100644 (file)
@@ -1014,7 +1014,9 @@ void MainWindow::onConnectionStatusChanged(int status)
     }
 
     if (conf()->get(Config::syncPaused).toBool() && !conf()->get(Config::offlineMode).toBool()) {
-        if (status == Wallet::ConnectionStatus_Synchronizing || status == Wallet::ConnectionStatus_Synchronized) {
+        if (status == Wallet::ConnectionStatus_Synchronizing 
+            || status == Wallet::ConnectionStatus_Synchronized 
+            || status == Wallet::ConnectionStatus_Connecting) {
             this->setPausedSyncStatus();
         }
     }