mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 04:22:28 +00:00
Spreadsheet: Add Insert Emoji action
This adds the Insert Emoji action to Spreadsheet.
This commit is contained in:
parent
44a5deff40
commit
fff79379d4
Notes:
sideshowbarker
2024-07-17 07:20:43 +09:00
Author: https://github.com/electrikmilk
Commit: fff79379d4
Pull-request: https://github.com/SerenityOS/serenity/pull/15163
Reviewed-by: https://github.com/linusg ✅
Reviewed-by: https://github.com/trflynn89
2 changed files with 31 additions and 0 deletions
|
@ -89,6 +89,7 @@ private:
|
|||
RefPtr<GUI::Action> m_cut_action;
|
||||
RefPtr<GUI::Action> m_copy_action;
|
||||
RefPtr<GUI::Action> m_paste_action;
|
||||
RefPtr<GUI::Action> m_insert_emoji_action;
|
||||
RefPtr<GUI::Action> m_undo_action;
|
||||
RefPtr<GUI::Action> m_redo_action;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue