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

Browser: Add Go menu and move Bookmarks bar toggle to View

This commit is contained in:
thankyouverycool 2021-02-26 07:05:41 -05:00 committed by Andreas Kling
parent 38e70d2874
commit fb5cdc670f
3 changed files with 14 additions and 6 deletions

View file

@ -92,6 +92,7 @@ private:
RefPtr<GUI::Action> m_go_back_action;
RefPtr<GUI::Action> m_go_forward_action;
RefPtr<GUI::Action> m_go_home_action;
RefPtr<GUI::Action> m_reload_action;
RefPtr<GUI::TextBox> m_location_box;
RefPtr<GUI::Button> m_bookmark_button;