summaryrefslogtreecommitdiff
path: root/plugin/src
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-03 22:45:59 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-03 22:45:59 +1000
commite405bf8d5a442cf6ccf7e8c87c0523dc671c6063 (patch)
treeaef2d6a704659e08c45570b009d7c9cd4dfa2bf9 /plugin/src
parentdashboard/calendar: add scroll (diff)
downloadcaelestia-shell-e405bf8d5a442cf6ccf7e8c87c0523dc671c6063.tar.gz
caelestia-shell-e405bf8d5a442cf6ccf7e8c87c0523dc671c6063.tar.bz2
caelestia-shell-e405bf8d5a442cf6ccf7e8c87c0523dc671c6063.zip
plugin/fsm: emit entriesChanged
Diffstat (limited to 'plugin/src')
-rw-r--r--plugin/src/Caelestia/filesystemmodel.cpp2
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) {