1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:37:36 +00:00

BrowserSettings: Add preferred-color-scheme setting

This commit is contained in:
Sam Atkins 2021-11-25 13:44:05 +00:00 committed by Andreas Kling
parent 11466c5316
commit f2b8ae7d86
3 changed files with 80 additions and 1 deletions

View file

@ -22,6 +22,7 @@ private:
BrowserSettingsWidget();
RefPtr<GUI::TextBox> m_homepage_url_textbox;
RefPtr<GUI::ComboBox> m_color_scheme_combobox;
RefPtr<GUI::CheckBox> m_show_bookmarks_bar_checkbox;
RefPtr<GUI::CheckBox> m_auto_close_download_windows_checkbox;