mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Re-run update sync paused state slot when folder list has changed
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
d3aa7f8f51
commit
64b7282bd4
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ void Systray::create()
|
|||
hideWindow();
|
||||
emit activated(QSystemTrayIcon::ActivationReason::Unknown);
|
||||
slotUpdateSyncPausedState();
|
||||
connect(FolderMan::instance(), &FolderMan::folderListChanged, this, &Systray::slotUpdateSyncPausedState);
|
||||
}
|
||||
|
||||
void Systray::showWindow(WindowPosition position)
|
||||
|
|
Loading…
Reference in a new issue