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

Browser: Add setting to change homepage URL

This commit is contained in:
Marco Cutecchia 2021-06-15 22:49:34 +02:00 committed by Andreas Kling
parent 3c6d99f696
commit 24c243942d
2 changed files with 18 additions and 0 deletions

View file

@ -55,6 +55,7 @@ private:
GUI::ActionGroup m_search_engine_actions;
RefPtr<GUI::Action> m_disable_user_agent_spoofing;
RefPtr<GUI::Action> m_disable_search_engine_action;
RefPtr<GUI::Action> m_change_homepage_action;
};
}