mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:57:35 +00:00
Mandelbrot: Remove image export confirmation dialog
Andreas mentioned this dialog is not needed in the monthly update video[^1]. [^1]: https://youtu.be/yUmHEYs5n34?t=364
This commit is contained in:
parent
86d5e5a90c
commit
053fc51b7d
1 changed files with 0 additions and 1 deletions
|
@ -393,7 +393,6 @@ void Mandelbrot::export_image(String const& export_path, ImageType image_type)
|
|||
}
|
||||
fwrite(encoded_data.data(), 1, encoded_data.size(), file);
|
||||
fclose(file);
|
||||
GUI::MessageBox::show(window(), "Image was successfully exported.", "Mandelbrot", GUI::MessageBox::Type::Information);
|
||||
}
|
||||
|
||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue