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:
parent
84414da546
commit
2c901ae2be
2 changed files with 27 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue