emit missing signal to update folder sync status icon
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 24 Oct 2022 10:30:36 +0000 (12:30 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Mon, 24 Oct 2022 14:53:06 +0000 (16:53 +0200)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/accountstate.cpp

index c3e8ef3b08bbb8f22562ade8716fd404aff5ff4c..feec1f4c93356641626a141de8708a7fc072f8d3 100644 (file)
@@ -369,6 +369,7 @@ void AccountState::slotConnectionValidatorResult(ConnectionValidator::Status sta
                                << _connectionStatus << "->"
                                << status;
         _connectionStatus = status;
+        emit stateChanged(_state);
     }
     _connectionErrors = errors;