mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:27:35 +00:00
FontEditor: Remove listener client
FontEditor was relying on a hack to get notified about i32 config changes, and scale is not a setting we want updated across all editor instances, nor do we have any settings that make sense to monitor universally, so let's remove listener privileges for now.
This commit is contained in:
parent
0d29419ed4
commit
cd4c11ebaf
3 changed files with 1 additions and 19 deletions
|
@ -29,7 +29,6 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
TRY(Desktop::Launcher::seal_allowlist());
|
||||
|
||||
Config::pledge_domain("FontEditor");
|
||||
Config::monitor_domain("FontEditor");
|
||||
TRY(Core::System::pledge("stdio recvfd sendfd thread rpath cpath wpath"));
|
||||
|
||||
char const* path = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue