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:
parent
11466c5316
commit
f2b8ae7d86
3 changed files with 80 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue