From e405bf8d5a442cf6ccf7e8c87c0523dc671c6063 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:45:59 +1000 Subject: plugin/fsm: emit entriesChanged --- plugin/src/Caelestia/filesystemmodel.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin/src') 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& removedPaths, const QSet } endInsertRows(); } + + emit entriesChanged(); } bool FileSystemModel::compareEntries(const FileSystemEntry* a, const FileSystemEntry* b) { -- cgit v1.2.3-freya