mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03: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
Notes:
sideshowbarker
2024-07-17 11:43:23 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/cd7037afd5 Pull-request: https://github.com/SerenityOS/serenity/pull/13707 Reviewed-by: https://github.com/alimpfard
@ -331,7 +331,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
|
||||
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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user