summaryrefslogtreecommitdiff
path: root/Userland/Applications/Welcome/WelcomeWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/Welcome/WelcomeWidget.h')
-rw-r--r--Userland/Applications/Welcome/WelcomeWidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/Welcome/WelcomeWidget.h b/Userland/Applications/Welcome/WelcomeWidget.h
index c8d490a1f0..a0853b0d18 100644
--- a/Userland/Applications/Welcome/WelcomeWidget.h
+++ b/Userland/Applications/Welcome/WelcomeWidget.h
@@ -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 };