LibGUI: Don't invalidate FileSystemModel indices on thumbnail update

Finishing a thumbnail generation doesn't affect indices at all.
This commit is contained in:
Andreas Kling 2021-05-19 23:47:30 +02:00
parent bb9e955ef8
commit 7ba644456e

View file

@ -592,7 +592,7 @@ bool FileSystemModel::fetch_thumbnail_for(const Node& node)
m_thumbnail_progress_total = 0;
}
did_update();
did_update(UpdateFlag::DontInvalidateIndices);
});
return false;