mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:47:34 +00:00
Browser+BrowserSettings: Persist the "show bookmarks bar" setting
Previously this setting was only temporary, but we now save/load it from the config file.
This commit is contained in:
parent
8a284be5c7
commit
1933076143
4 changed files with 40 additions and 1 deletions
|
@ -21,5 +21,6 @@ private:
|
|||
BrowserSettingsWidget();
|
||||
|
||||
RefPtr<GUI::TextBox> m_homepage_url_textbox;
|
||||
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