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:
parent
50fa759806
commit
2d75396c94
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ int main(int argc, char** argv)
|
|||
GApplication::the().quit(0);
|
||||
};
|
||||
|
||||
quit_button->set_focus(true);
|
||||
window->show();
|
||||
return app.exec();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue