Skip to content

Commit d71338a

Browse files
committed
Update systray on folder change again
1 parent d767c9f commit d71338a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/systray.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Systray::Systray(QObject *parent)
6868
});
6969
connect(AccountManager::instance(), &AccountManager::accountAdded, this,
7070
[this](AccountStatePtr accountState) { connect(accountState.data(), &AccountState::stateChanged, this, &Systray::slotComputeOverallSyncStatus); });
71+
connect(FolderMan::instance(), &FolderMan::folderSyncStateChange, this, &Systray::slotComputeOverallSyncStatus);
7172

7273
// init systray
7374
slotComputeOverallSyncStatus();

0 commit comments

Comments
 (0)