mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 08:15:33 +01:00
fix manual updating by passing the main window to the updater instead of the menubar
This commit is contained in:
parent
31d9ca34e3
commit
69999fd309
@ -499,7 +499,7 @@ void MenuBar::InstallUpdateManually()
|
|||||||
|
|
||||||
track = "dev";
|
track = "dev";
|
||||||
|
|
||||||
auto* updater = new Updater(this);
|
auto* updater = new Updater(this->parentWidget());
|
||||||
|
|
||||||
if (!updater->CheckForUpdate())
|
if (!updater->CheckForUpdate())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user