1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:27:35 +00:00

WindowServer: Update alt shortcuts for menu items when text changes

WindowServer: Make CI happy :^)
This commit is contained in:
Alec Murphy 2022-11-01 18:00:19 -04:00 committed by Andrew Kaster
parent f5a2603714
commit c2f3dead91
3 changed files with 16 additions and 3 deletions

View file

@ -56,6 +56,7 @@ public:
return found_item;
}
void update_alt_shortcuts_for_items();
void add_item(NonnullOwnPtr<MenuItem>);
String const& name() const { return m_name; }