mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:37:35 +00:00
Browser+BrowserSettings: Add preference for new tab
This commit is contained in:
parent
ef46100fd3
commit
6571455499
6 changed files with 58 additions and 10 deletions
|
@ -24,6 +24,7 @@ private:
|
|||
BrowserSettingsWidget();
|
||||
|
||||
RefPtr<GUI::TextBox> m_homepage_url_textbox;
|
||||
RefPtr<GUI::TextBox> m_new_tab_url_textbox;
|
||||
void set_color_scheme(StringView);
|
||||
RefPtr<GUI::ComboBox> m_color_scheme_combobox;
|
||||
RefPtr<GUI::CheckBox> m_show_bookmarks_bar_checkbox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue