mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LaunchServer+Help: Open help
urls with Help
This commit is contained in:
parent
79a2088a13
commit
85152d2f7f
Notes:
sideshowbarker
2024-07-17 14:33:07 +09:00
Author: https://github.com/ForLoveOfCats
Commit: 85152d2f7f
Pull-request: https://github.com/SerenityOS/serenity/pull/13171
Reviewed-by: https://github.com/alimpfard ✅
Reviewed-by: https://github.com/linusg
4 changed files with 18 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue