emit missing signal to update folder sync status icon

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2022-10-24 12:30:36 +02:00 committed by Matthieu Gallien
parent f1c3ceeee5
commit 81f33ef94c
1 changed files with 1 additions and 0 deletions

View File

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