Skip to content

Commit

Permalink
Merge pull request #5087 from nextcloud/bugfix/syncFolderStatusIcon
Browse files Browse the repository at this point in the history
emit missing signal to update folder sync status icon
  • Loading branch information
mgallien authored Oct 24, 2022
2 parents f1c3cee + 81f33ef commit 4b2f103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/accountstate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ void AccountState::slotConnectionValidatorResult(ConnectionValidator::Status sta
<< _connectionStatus << "->"
<< status;
_connectionStatus = status;
emit stateChanged(_state);
}
_connectionErrors = errors;

Expand Down

0 comments on commit 4b2f103

Please sign in to comment.