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