mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:07:45 +00:00
FileManager+LibGUI: Show thumbnail generation progress in the statusbar.
This commit is contained in:
parent
32191b0d4b
commit
614dafea32
9 changed files with 63 additions and 11 deletions
|
@ -33,6 +33,8 @@ public:
|
|||
void open(const String& path);
|
||||
size_t bytes_in_files() const { return m_bytes_in_files; }
|
||||
|
||||
Function<void(int done, int total)> on_thumbnail_progress;
|
||||
|
||||
private:
|
||||
DirectoryModel();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue