mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
Everywhere: Add missing parent window to about dialogs
Partially addresses #5177.
This commit is contained in:
parent
1a2b693242
commit
6b7c96589b
4 changed files with 4 additions and 4 deletions
|
@ -74,7 +74,7 @@ int main(int argc, char** argv)
|
|||
}));
|
||||
|
||||
auto& help_menu = menubar->add_menu("Help");
|
||||
help_menu.add_action(GUI::CommonActions::make_about_action("Display Settings", app_icon));
|
||||
help_menu.add_action(GUI::CommonActions::make_about_action("Display Settings", app_icon, window));
|
||||
|
||||
app->set_menubar(move(menubar));
|
||||
window->show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue