Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-10-24 13:30:36 +0300
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>2022-10-24 17:53:06 +0300
commit81f33ef94cbe84647cb916437ecbe494e4c57c02 (patch)
treeb163264158e9dab120a22db855b6de86c1ead448
parentf1c3ceeee5726f2905a58bd0e4aade6b4ba25281 (diff)
emit missing signal to update folder sync status icon
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
-rw-r--r--src/gui/accountstate.cpp1
1 files changed, 1 insertions, 0 deletions
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;