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:
parent
f5a2603714
commit
c2f3dead91
3 changed files with 16 additions and 3 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue