mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 20:14:57 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ void MenuBar::InstallUpdateManually()
|
|||
|
||||
track = "dev";
|
||||
|
||||
auto* updater = new Updater(this);
|
||||
auto* updater = new Updater(this->parentWidget());
|
||||
|
||||
if (!updater->CheckForUpdate())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue