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:
parent
883abffa25
commit
4b8bae8151
2 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue