From: Claudio Cambra Date: Wed, 27 Mar 2024 11:25:11 +0000 (+0800) Subject: Make sure to emit syncIsPausedChanged in syncIsPaused setter X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~7^2~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0b2ce63ce9741f645c4ab35717d06e986a1a7962;p=nextcloud-desktop.git Make sure to emit syncIsPausedChanged in syncIsPaused setter Signed-off-by: Claudio Cambra --- diff --git a/src/gui/systray.cpp b/src/gui/systray.cpp index 13823bd09..45deb2c5e 100644 --- a/src/gui/systray.cpp +++ b/src/gui/systray.cpp @@ -581,6 +581,7 @@ void Systray::setSyncIsPaused(const bool syncIsPaused) } else { slotUnpauseAllFolders(); } + emit syncIsPausedChanged(); } /********************************************************************************************/