mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
3DFileViewer: Add separator before quit menu action
This commit is contained in:
parent
6b0c2d5de6
commit
ffad5b1706
Notes:
sideshowbarker
2024-07-18 17:18:21 +09:00
Author: https://github.com/linusg
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());
|
||||
}));
|
||||
|
||||
file_menu.add_separator();
|
||||
file_menu.add_action(GUI::CommonActions::make_quit_action([&] {
|
||||
app->quit();
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue