Explorar el Código

emit missing signal to update folder sync status icon

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien hace 3 años
padre
commit
81f33ef94c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/gui/accountstate.cpp

+ 1 - 0
src/gui/accountstate.cpp

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