]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
log and special status for pauseSync disc node
authorgg <chown_tee@proton.me>
Tue, 13 Jan 2026 01:39:47 +0000 (20:39 -0500)
committergg <chown_tee@proton.me>
Tue, 13 Jan 2026 01:39:47 +0000 (20:39 -0500)
src/MainWindow.cpp

index 6d7316790e2ac2e5e3b16b58c57878e8d9e68efb..5cd39aa5b2f6778eb591a06e4b72044801e87bcf 100644 (file)
@@ -249,7 +249,9 @@ void MainWindow::initStatusBar() {
                 m_wallet->setSyncPaused(true);
 
                 if (m_actionDisconnectNodeOnPause->isChecked()) {
+                     qInfo() << "Disconnecting from node (Pause Sync enabled)";
                      m_nodes->disconnect();
+                     this->onConnectionStatusChanged(Wallet::ConnectionStatus_Disconnected);
                 }
 
                 if (m_actionDisconnectWebSocketOnPause->isChecked()) {