Welcome: Update GML

Moves more settings to GML to simplify construction and replaces
deprecated GML properties.
This commit is contained in:
thankyouverycool 2022-09-23 10:54:29 -04:00 committed by Ali Mohammad Pur
commit 9fe5cadcc8
Notes: sideshowbarker 2024-07-17 06:31:10 +09:00
3 changed files with 87 additions and 100 deletions

View file

@ -28,6 +28,7 @@ private:
RefPtr<GUI::Button> m_next_button;
RefPtr<GUI::Button> m_help_button;
RefPtr<GUI::Button> m_new_button;
RefPtr<GUI::Frame> m_tip_frame;
RefPtr<GUI::Label> m_tip_label;
RefPtr<GUI::CheckBox> m_startup_checkbox;
RefPtr<WebView::OutOfProcessWebView> m_web_view;