Przeglądaj źródła

emit missing signal to update folder sync status icon

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien 3 lat temu
rodzic
commit
81f33ef94c
1 zmienionych plików z 1 dodań i 0 usunięć
  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;