Browser: Implement listener for most config options

The only option leaved as TODO is ColorScheme.
This commit is contained in:
Maciej 2022-01-31 21:40:48 +01:00 committed by Andreas Kling
commit 43e463748d
Notes: sideshowbarker 2024-07-17 18:35:07 +09:00
3 changed files with 33 additions and 1 deletions

View file

@ -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.