Add character palette menu item
This commit is contained in:
parent
e5602b0ad4
commit
456a390166
8 changed files with 43 additions and 9 deletions
|
@ -131,6 +131,10 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
name: "Toggle Line Comment",
|
||||
action: Box::new(editor::ToggleComments),
|
||||
},
|
||||
MenuItem::Action {
|
||||
name: "Emoji & Symbols",
|
||||
action: Box::new(editor::ShowCharacterPalette),
|
||||
},
|
||||
],
|
||||
},
|
||||
Menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue