Merge pull request #7239 from addestroyer24/manual-update-now
Updater: fix immediate manual updating
This commit is contained in:
commit
42298f6d6d
|
@ -497,7 +497,7 @@ void MenuBar::InstallUpdateManually()
|
|||
|
||||
track = "dev";
|
||||
|
||||
auto* updater = new Updater(this);
|
||||
auto* updater = new Updater(this->parentWidget());
|
||||
|
||||
if (!updater->CheckForUpdate())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue