mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Merge pull request #7239 from addestroyer24/manual-update-now
Updater: fix immediate manual updating
This commit is contained in:
commit
42298f6d6d
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,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…
Add table
Add a link
Reference in a new issue