diff --git a/Userland/Applications/CrashReporter/main.cpp b/Userland/Applications/CrashReporter/main.cpp index 0f5b737d98..e185503f5c 100644 --- a/Userland/Applications/CrashReporter/main.cpp +++ b/Userland/Applications/CrashReporter/main.cpp @@ -263,6 +263,7 @@ ErrorOr serenity_main(Main::Arguments arguments) unlink_coredump(coredump_path); app->quit(); }; + close_button.set_focus(true); auto& debug_button = *widget->find_descendant_of_type_named("debug_button"); debug_button.set_icon(TRY(Gfx::Bitmap::try_load_from_file("/res/icons/16x16/app-hack-studio.png"sv)));