diff --git a/Source/Core/DolphinQt/MenuBar.cpp b/Source/Core/DolphinQt/MenuBar.cpp index 898bf3d251..1688002b84 100644 --- a/Source/Core/DolphinQt/MenuBar.cpp +++ b/Source/Core/DolphinQt/MenuBar.cpp @@ -497,7 +497,7 @@ void MenuBar::InstallUpdateManually() track = "dev"; - auto* updater = new Updater(this); + auto* updater = new Updater(this->parentWidget()); if (!updater->CheckForUpdate()) {