From: Matthieu Gallien Date: Mon, 24 Oct 2022 10:30:36 +0000 (+0200) Subject: emit missing signal to update folder sync status icon X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~191^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=81f33ef94cbe84647cb916437ecbe494e4c57c02;p=nextcloud-desktop.git emit missing signal to update folder sync status icon Signed-off-by: Matthieu Gallien --- diff --git a/src/gui/accountstate.cpp b/src/gui/accountstate.cpp index c3e8ef3b0..feec1f4c9 100644 --- a/src/gui/accountstate.cpp +++ b/src/gui/accountstate.cpp @@ -369,6 +369,7 @@ void AccountState::slotConnectionValidatorResult(ConnectionValidator::Status sta << _connectionStatus << "->" << status; _connectionStatus = status; + emit stateChanged(_state); } _connectionErrors = errors;