1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:58:11 +00:00

About: Focus the button on startup

This commit is contained in:
Andreas Kling 2020-01-08 13:14:39 +01:00
parent 50fa759806
commit 2d75396c94

View file

@ -62,6 +62,7 @@ int main(int argc, char** argv)
GApplication::the().quit(0);
};
quit_button->set_focus(true);
window->show();
return app.exec();
}