mirror of
https://github.com/RGBCube/serenity
synced 2025-07-14 00:47:36 +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
|
@ -19,6 +19,7 @@ public:
|
|||
|
||||
Function<void(const String&)> on_path_change;
|
||||
Function<void(String)> on_status_message;
|
||||
Function<void(int done, int total)> on_thumbnail_progress;
|
||||
|
||||
enum ViewMode { Invalid, List, Icon };
|
||||
void set_view_mode(ViewMode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue