1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:17:35 +00:00

Welcome: Save startup preference to user's SystemServer session

Off by default.
This commit is contained in:
thankyouverycool 2021-10-18 07:48:26 -04:00 committed by Andreas Kling
parent 586a936fac
commit 5d09f4abce
4 changed files with 15 additions and 2 deletions

View file

@ -29,6 +29,7 @@ private:
RefPtr<GUI::Button> m_help_button;
RefPtr<GUI::Button> m_new_button;
RefPtr<GUI::Label> m_tip_label;
RefPtr<GUI::CheckBox> m_startup_checkbox;
RefPtr<Web::OutOfProcessWebView> m_web_view;
size_t m_initial_tip_index { 0 };