mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
FileManager: Show file copying animation
Bring some mid-90s charm and show a file flying animation while copying files. Icons for both source and destination directories are currently the default icons, but in the future they could be the respective icons for the destination directory.
This commit is contained in:
parent
eee8352494
commit
8d25290198
4 changed files with 31 additions and 1 deletions
|
@ -95,7 +95,7 @@ static void run_file_operation([[maybe_unused]] FileOperation operation, const S
|
|||
|
||||
window->set_title("Copying Files...");
|
||||
window->set_main_widget<FileOperationProgressWidget>(pipe_input_file);
|
||||
window->resize(320, 200);
|
||||
window->resize(320, 190);
|
||||
if (parent_window)
|
||||
window->center_within(*parent_window);
|
||||
window->show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue