Skip to content

Commit

Permalink
emit missing signal to update folder sync status icon
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien authored and backportbot-nextcloud[bot] committed Oct 24, 2022
1 parent fbd4580 commit 9bb9df7
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 9bb9df7

Please sign in to comment.