1
Fork 0
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:
Linus Groh 2021-05-27 18:11:03 +01:00
parent 6b0c2d5de6
commit ffad5b1706

View file

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