diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/src/Caelestia/filesystemmodel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/src/Caelestia/filesystemmodel.cpp b/plugin/src/Caelestia/filesystemmodel.cpp index 7f973a0..e5e4c84 100644 --- a/plugin/src/Caelestia/filesystemmodel.cpp +++ b/plugin/src/Caelestia/filesystemmodel.cpp @@ -356,6 +356,8 @@ void FileSystemModel::applyChanges(const QSet<QString>& removedPaths, const QSet } endInsertRows(); } + + emit entriesChanged(); } bool FileSystemModel::compareEntries(const FileSystemEntry* a, const FileSystemEntry* b) { |