mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
TextEditor: Add Insert Emoji action
This adds the Insert Emoji action to Text Editor.
This commit is contained in:
parent
6a09d89329
commit
44a5deff40
Notes:
sideshowbarker
2024-07-18 02:47:59 +09:00
Author: https://github.com/electrikmilk Commit: https://github.com/SerenityOS/serenity/commit/44a5deff40 Pull-request: https://github.com/SerenityOS/serenity/pull/15163 Reviewed-by: https://github.com/linusg ✅ Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 0 deletions
|
@ -366,6 +366,7 @@ void MainWidget::initialize_menubar(GUI::Window& window)
|
|||
edit_menu.add_action(m_editor->copy_action());
|
||||
edit_menu.add_action(m_editor->paste_action());
|
||||
edit_menu.add_separator();
|
||||
edit_menu.add_action(m_editor->insert_emoji_action());
|
||||
edit_menu.add_action(*m_vim_emulation_setting_action);
|
||||
edit_menu.add_separator();
|
||||
edit_menu.add_action(*m_find_replace_action);
|
||||
|
|
Loading…
Reference in a new issue