mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:27:45 +00:00
2048: Add separator before quit menu action
This commit is contained in:
parent
9a27ef6523
commit
f47153d437
1 changed files with 1 additions and 3 deletions
|
@ -182,13 +182,11 @@ int main(int argc, char** argv)
|
|||
game = redo_stack.take_last();
|
||||
update();
|
||||
}));
|
||||
|
||||
game_menu.add_separator();
|
||||
|
||||
game_menu.add_action(GUI::Action::create("&Settings...", [&](auto&) {
|
||||
change_settings();
|
||||
}));
|
||||
|
||||
game_menu.add_separator();
|
||||
game_menu.add_action(GUI::CommonActions::make_quit_action([](auto&) {
|
||||
GUI::Application::the()->quit();
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue