mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
PixelPaint: Close tab now prompts for a save
This commit is contained in:
committed by
Andreas Kling
parent
a7b558bf7d
commit
d4a0ecac31
Notes:
sideshowbarker
2024-07-18 02:57:07 +09:00
Author: https://github.com/alexmajor 🔰 Commit: https://github.com/SerenityOS/serenity/commit/d4a0ecac31d 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 ✅
@@ -35,6 +35,7 @@ public:
|
||||
|
||||
void open_image_fd(int fd, String const& path);
|
||||
void create_default_image();
|
||||
bool request_close();
|
||||
|
||||
private:
|
||||
MainWidget();
|
||||
|
||||
Reference in New Issue
Block a user