mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:27:43 +00:00
SystemMonitor: Remove MakeInspectable::Yes from constructor
I think this was left in by mistake. No application should be hard-coded as inspectable.
This commit is contained in:
parent
f240def414
commit
cd7037afd5
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||||
|
|
||||||
TRY(Core::System::pledge("stdio thread proc recvfd sendfd rpath exec unix"));
|
TRY(Core::System::pledge("stdio thread proc recvfd sendfd rpath exec unix"));
|
||||||
|
|
||||||
auto app = TRY(GUI::Application::try_create(arguments, Core::EventLoop::MakeInspectable::Yes));
|
auto app = TRY(GUI::Application::try_create(arguments));
|
||||||
|
|
||||||
Config::pledge_domain("SystemMonitor");
|
Config::pledge_domain("SystemMonitor");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue