mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
3DFileViewer: Add separator before quit menu action
This commit is contained in:
parent
6b0c2d5de6
commit
ffad5b1706
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ int main(int argc, char** argv)
|
|||
|
||||
load_model(open_path.value());
|
||||
}));
|
||||
|
||||
file_menu.add_separator();
|
||||
file_menu.add_action(GUI::CommonActions::make_quit_action([&] {
|
||||
app->quit();
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue