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

LibGUI: Allow updating the names of menus and submenus

This commit is contained in:
MacDue 2023-03-26 19:39:58 +01:00 committed by Linus Groh
parent cf730403ea
commit a2d333ff4a
4 changed files with 58 additions and 4 deletions

View file

@ -56,6 +56,7 @@ public:
void set_identifier(Badge<Menu>, unsigned identifier);
void update_from_action(Badge<Action>) { update_window_server(); }
void update_from_menu(Badge<Menu>) { update_window_server(); }
private:
void update_window_server();