mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
Userland: Let applications make use of make_command_palette_action()
This commit is contained in:
parent
eb8c2bde90
commit
34acae90c7
45 changed files with 47 additions and 0 deletions
|
@ -419,6 +419,7 @@ void BrowserWindow::build_menus()
|
|||
debug_menu.add_action(same_origin_policy_action);
|
||||
|
||||
auto& help_menu = add_menu("&Help");
|
||||
help_menu.add_action(GUI::CommonActions::make_command_palette_action(this));
|
||||
help_menu.add_action(WindowActions::the().about_action());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue