About: Focus the button on startup

This commit is contained in:
Andreas Kling 2020-01-08 13:14:39 +01:00
commit 2d75396c94
Notes: sideshowbarker 2024-07-19 10:16:11 +09:00

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();
}