1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:57:45 +00:00

PixelPaint: Close tab now prompts for a save

This commit is contained in:
Alex Major 2021-09-17 13:28:22 -04:00 committed by Andreas Kling
parent a7b558bf7d
commit d4a0ecac31
3 changed files with 39 additions and 11 deletions

View file

@ -35,6 +35,7 @@ public:
void open_image_fd(int fd, String const& path);
void create_default_image();
bool request_close();
private:
MainWidget();