mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Base+Presenter: Add icons for Presenter
Add application and filetype icons for Presenter in 32px and 16px
This commit is contained in:
parent
38b0b32bb4
commit
0cfce93e51
Notes:
sideshowbarker
2024-07-17 10:05:47 +09:00
Author: https://github.com/cubiclove 🔰
Commit: 0cfce93e51
Pull-request: https://github.com/SerenityOS/serenity/pull/17260
8 changed files with 4 additions and 3 deletions
|
@ -102,7 +102,7 @@ ErrorOr<void> PresenterWidget::initialize_menubar()
|
|||
update_slides_actions();
|
||||
|
||||
auto help_menu = TRY(window->try_add_menu("&Help"));
|
||||
TRY(help_menu->try_add_action(GUI::CommonActions::make_about_action("Presenter", GUI::Icon::default_icon("app-display-settings"sv))));
|
||||
TRY(help_menu->try_add_action(GUI::CommonActions::make_about_action("Presenter", GUI::Icon::default_icon("app-presenter"sv))));
|
||||
|
||||
return {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue