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

Welcome: Rename m_initial_tip_index=>m_tip_index

This commit is contained in:
thankyouverycool 2023-01-29 09:59:11 -05:00 committed by Linus Groh
parent 883abffa25
commit 4b8bae8151
2 changed files with 7 additions and 7 deletions

View file

@ -38,6 +38,6 @@ private:
RefPtr<GUI::CheckBox> m_startup_checkbox;
RefPtr<WebView::OutOfProcessWebView> m_web_view;
size_t m_initial_tip_index { 0 };
size_t m_tip_index { 0 };
Vector<String> m_tips;
};