mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-24 03:11:53 +00:00
Userland: Let applications make use of make_command_palette_action()
This commit is contained in:
parent
eb8c2bde90
commit
34acae90c7
Notes:
sideshowbarker
2024-07-17 05:07:16 +09:00
Author: https://github.com/demostanis
Commit: 34acae90c7
Pull-request: https://github.com/SerenityOS/serenity/pull/15596
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg
45 changed files with 47 additions and 0 deletions
|
@ -54,6 +54,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
}));
|
||||
|
||||
auto& help_menu = window->add_menu("&Help");
|
||||
help_menu.add_action(GUI::CommonActions::make_command_palette_action(window));
|
||||
help_menu.add_action(GUI::CommonActions::make_about_action("Mail", app_icon, window));
|
||||
|
||||
window->on_close_request = [&] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue