LaunchServer+Help: Open help urls with Help

This commit is contained in:
ForLoveOfCats 2022-04-20 15:35:15 -04:00 committed by Ali Mohammad Pur
commit 85152d2f7f
Notes: sideshowbarker 2024-07-17 14:33:07 +09:00
4 changed files with 18 additions and 7 deletions

View file

@ -20,7 +20,7 @@ public:
virtual ~MainWidget() override = default;
ErrorOr<void> initialize_fallibles(GUI::Window&);
void set_start_page(String const& page, int section);
void set_start_page(StringView page, u32 section);
private:
MainWidget();