mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
SpaceAnalyzer: Add separator before quit menu action
This commit is contained in:
parent
067b880459
commit
64c0deb1f1
Notes:
sideshowbarker
2024-07-18 18:08:00 +09:00
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&) {
|
||||
analyze(tree, treemapwidget, statusbar);
|
||||
}));
|
||||
file_menu.add_separator();
|
||||
file_menu.add_action(GUI::CommonActions::make_quit_action([&](auto&) {
|
||||
app->quit();
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue