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

Welcome: Use StandardPaths to load README.md

This commit is contained in:
thankyouverycool 2022-09-29 10:18:11 -04:00 committed by Ali Mohammad Pur
parent 12b9c0ce7f
commit f27f2e0d3b
2 changed files with 2 additions and 7 deletions

View file

@ -22,7 +22,6 @@ private:
void set_random_tip();
ErrorOr<void> open_and_parse_tips_file();
void open_and_parse_readme_file();
RefPtr<GUI::Button> m_close_button;
RefPtr<GUI::Button> m_next_button;