mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Make sure to emit syncIsPausedChanged in syncIsPaused setter
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
ccf6b5abe1
commit
d3aa7f8f51
1 changed files with 1 additions and 0 deletions
|
@ -581,6 +581,7 @@ void Systray::setSyncIsPaused(const bool syncIsPaused)
|
|||
} else {
|
||||
slotUnpauseAllFolders();
|
||||
}
|
||||
emit syncIsPausedChanged();
|
||||
}
|
||||
|
||||
/********************************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue