mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-31 15:32:51 +00:00
Base+Userland: Add various icons
Add new icons to menus, add existing icons that could be used in menus.
This commit is contained in:
parent
64ae8eac0e
commit
34c5d33eb0
Notes:
sideshowbarker
2024-07-17 21:08:17 +09:00
Author: https://github.com/electrikmilk
Commit: 34c5d33eb0
Pull-request: https://github.com/SerenityOS/serenity/pull/11821
5 changed files with 7 additions and 7 deletions
|
@ -970,7 +970,7 @@ ErrorOr<int> run_in_windowed_mode(String const& initial_location, String const&
|
|||
TRY(view_menu->try_add_separator());
|
||||
TRY(view_menu->try_add_action(action_show_dotfiles));
|
||||
|
||||
auto go_to_location_action = GUI::Action::create("Go to &Location...", { Mod_Ctrl, Key_L }, [&](auto&) {
|
||||
auto go_to_location_action = GUI::Action::create("Go to &Location...", { Mod_Ctrl, Key_L }, Gfx::Bitmap::try_load_from_file("/res/icons/16x16/go-to.png").release_value_but_fixme_should_propagate_errors(), [&](auto&) {
|
||||
toolbar_container.set_visible(true);
|
||||
location_toolbar.set_visible(true);
|
||||
breadcrumb_toolbar.set_visible(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue