mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +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:
parent
8c51063a88
commit
388ae07960
2 changed files with 9 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue