diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-03 22:45:59 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-03 22:45:59 +1000 |
| commit | e405bf8d5a442cf6ccf7e8c87c0523dc671c6063 (patch) | |
| tree | aef2d6a704659e08c45570b009d7c9cd4dfa2bf9 /plugin/src | |
| parent | dashboard/calendar: add scroll (diff) | |
| download | caelestia-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.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) { |