FileSystemWatcher: update after file deletion only

This commit is contained in:
lupoDharkael
2017-12-26 16:50:49 +01:00
parent c019e19109
commit c5d85de482
3 changed files with 5 additions and 13 deletions

View File

@@ -147,6 +147,6 @@ void Controller::sendTrayNotification(
void Controller::updateConfigComponents() {
if (m_configWindow) {
m_configWindow->updateComponents();
m_configWindow->updateChildren();
}
}