mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 00:08:55 +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
Notes:
sideshowbarker
2024-07-18 05:37:06 +09:00
Author: https://github.com/EWouters
Commit: 053fc51b7d
Pull-request: https://github.com/SerenityOS/serenity/pull/13930
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);
|
fwrite(encoded_data.data(), 1, encoded_data.size(), file);
|
||||||
fclose(file);
|
fclose(file);
|
||||||
GUI::MessageBox::show(window(), "Image was successfully exported.", "Mandelbrot", GUI::MessageBox::Type::Information);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue