mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:07:44 +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());
|
load_model(open_path.value());
|
||||||
}));
|
}));
|
||||||
|
file_menu.add_separator();
|
||||||
file_menu.add_action(GUI::CommonActions::make_quit_action([&] {
|
file_menu.add_action(GUI::CommonActions::make_quit_action([&] {
|
||||||
app->quit();
|
app->quit();
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue