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

Browser: Some action fixes

- Use the same reload action in menu and toolbar
- Scope more actions inside Browser::Tab
This commit is contained in:
Andreas Kling 2020-05-12 17:06:16 +02:00
parent 8c51063a88
commit 388ae07960
2 changed files with 9 additions and 11 deletions

View file

@ -62,6 +62,7 @@ private:
RefPtr<Web::HtmlView> m_html_widget;
RefPtr<GUI::Action> m_go_back_action;
RefPtr<GUI::Action> m_go_forward_action;
RefPtr<GUI::Action> m_reload_action;
RefPtr<GUI::TextBox> m_location_box;
RefPtr<GUI::Button> m_bookmark_button;
RefPtr<GUI::Window> m_dom_inspector_window;