mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
Browser: Implement listener for most config options
The only option leaved as TODO is ColorScheme.
This commit is contained in:
parent
d3fc3337ef
commit
43e463748d
3 changed files with 33 additions and 1 deletions
|
@ -67,6 +67,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
auto app = GUI::Application::construct(arguments);
|
||||
|
||||
Config::pledge_domain("Browser");
|
||||
Config::monitor_domain("Browser");
|
||||
|
||||
// Connect to LaunchServer immediately and let it know that we won't ask for anything other than opening
|
||||
// the user's downloads directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue