mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 19:58:56 +03:00
Merge pull request #5087 from nextcloud/bugfix/syncFolderStatusIcon
emit missing signal to update folder sync status icon
This commit is contained in:
commit
4b2f103dd2
1 changed files with 1 additions and 0 deletions
|
@ -369,6 +369,7 @@ void AccountState::slotConnectionValidatorResult(ConnectionValidator::Status sta
|
|||
<< _connectionStatus << "->"
|
||||
<< status;
|
||||
_connectionStatus = status;
|
||||
emit stateChanged(_state);
|
||||
}
|
||||
_connectionErrors = errors;
|
||||
|
||||
|
|
Loading…
Reference in a new issue