We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23db98d commit dfefd1eCopy full SHA for dfefd1e
Userland/Demos/WidgetGallery/main.cpp
@@ -15,7 +15,7 @@
15
ErrorOr<int> serenity_main(Main::Arguments arguments)
16
{
17
TRY(Core::System::pledge("stdio recvfd sendfd rpath unix thread"));
18
- auto app = TRY(GUI::Application::try_create(arguments));
+ auto app = TRY(GUI::Application::try_create(arguments, Core::EventLoop::MakeInspectable::Yes));
19
20
TRY(Core::System::pledge("stdio recvfd sendfd rpath thread"));
21
TRY(Core::System::unveil("/res", "r"));
0 commit comments