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

Browser: Add "Color scheme" setting

This allows the user to override whether to use a dark or light theme in
supporting websites.
This commit is contained in:
Sam Atkins 2021-10-23 17:35:14 +01:00 committed by Linus Groh
parent 84414da546
commit 2c901ae2be
2 changed files with 27 additions and 0 deletions

View file

@ -60,6 +60,7 @@ private:
GUI::ActionGroup m_user_agent_spoof_actions;
GUI::ActionGroup m_search_engine_actions;
GUI::ActionGroup m_color_scheme_actions;
RefPtr<GUI::Action> m_disable_user_agent_spoofing;
RefPtr<GUI::Action> m_disable_search_engine_action;
RefPtr<GUI::Action> m_change_homepage_action;