mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:47:34 +00:00
Welcome: Save startup preference to user's SystemServer session
Off by default.
This commit is contained in:
parent
586a936fac
commit
5d09f4abce
4 changed files with 15 additions and 2 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue