mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 02:38:59 +00:00
PixelPaint: Close tab now prompts for a save
This commit is contained in:
parent
a7b558bf7d
commit
d4a0ecac31
Notes:
sideshowbarker
2024-07-18 02:57:07 +09:00
Author: https://github.com/alexmajor 🔰
Commit: d4a0ecac31
Pull-request: https://github.com/SerenityOS/serenity/pull/10104
Issue: https://github.com/SerenityOS/serenity/issues/8064
Reviewed-by: https://github.com/TobyAsE ✅
Reviewed-by: https://github.com/bgianfo ✅
3 changed files with 39 additions and 11 deletions
|
@ -35,6 +35,7 @@ public:
|
|||
|
||||
void open_image_fd(int fd, String const& path);
|
||||
void create_default_image();
|
||||
bool request_close();
|
||||
|
||||
private:
|
||||
MainWidget();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue