Merge pull request #5087 from nextcloud/bugfix/syncFolderStatusIcon

emit missing signal to update folder sync status icon
This commit is contained in:
Matthieu Gallien 2022-10-24 18:36:17 +02:00 committed by GitHub
commit 4b2f103dd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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