Fix#9253 Duplicate menu item for "Emojis & Symbols" (#9377)

Fix #9253
This commit is contained in:
Hans 2024-03-15 10:57:32 +08:00 committed by GitHub
parent de1db8b6be
commit 27bcb7f179
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,6 @@ pub fn app_menus() -> Vec<Menu<'static>> {
"Toggle Line Comment", "Toggle Line Comment",
editor::actions::ToggleComments::default(), editor::actions::ToggleComments::default(),
), ),
MenuItem::action("Emoji & Symbols", editor::actions::ShowCharacterPalette),
], ],
}, },
Menu { Menu {