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
Notes: sideshowbarker 2024-07-18 17:18:21 +09:00

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