mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +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);
|
GApplication::the().quit(0);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
quit_button->set_focus(true);
|
||||||
window->show();
|
window->show();
|
||||||
return app.exec();
|
return app.exec();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue