mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:07:34 +00:00
SpaceAnalyzer: Add separator before quit menu action
This commit is contained in:
parent
067b880459
commit
64c0deb1f1
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ int main(int argc, char* argv[])
|
||||||
file_menu.add_action(GUI::Action::create("&Analyze", [&](auto&) {
|
file_menu.add_action(GUI::Action::create("&Analyze", [&](auto&) {
|
||||||
analyze(tree, treemapwidget, statusbar);
|
analyze(tree, treemapwidget, statusbar);
|
||||||
}));
|
}));
|
||||||
|
file_menu.add_separator();
|
||||||
file_menu.add_action(GUI::CommonActions::make_quit_action([&](auto&) {
|
file_menu.add_action(GUI::CommonActions::make_quit_action([&](auto&) {
|
||||||
app->quit();
|
app->quit();
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue