mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
BrowserSettings: Add setting for search engine
This commit is contained in:
parent
e927048754
commit
11466c5316
Notes:
sideshowbarker
2024-07-18 00:39:22 +09:00
Author: https://github.com/AtkinsSJ
Commit: 11466c5316
Pull-request: https://github.com/SerenityOS/serenity/pull/11072
4 changed files with 152 additions and 0 deletions
|
@ -19,6 +19,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
Config::pledge_domains("Browser");
|
||||
|
||||
TRY(Core::System::unveil("/res", "r"));
|
||||
TRY(Core::System::unveil("/home", "r"));
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
||||
auto app_icon = GUI::Icon::default_icon("app-browser");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue