mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
PixelPaint: Add "save" action
Let's have this as a complement to the "save as" action :^)
This commit is contained in:
parent
5c68e91dd7
commit
82b071943d
2 changed files with 20 additions and 0 deletions
|
@ -61,6 +61,7 @@ private:
|
|||
RefPtr<GUI::Action> m_new_image_action;
|
||||
RefPtr<GUI::Action> m_new_image_from_clipboard_action;
|
||||
RefPtr<GUI::Action> m_open_image_action;
|
||||
RefPtr<GUI::Action> m_save_image_action;
|
||||
RefPtr<GUI::Action> m_save_image_as_action;
|
||||
|
||||
RefPtr<GUI::Action> m_copy_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue