Merge pull request #7239 from addestroyer24/manual-update-now

Updater: fix immediate manual updating
This commit is contained in:
spycrab 2018-07-11 00:58:21 +02:00 committed by GitHub
commit 42298f6d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ void MenuBar::InstallUpdateManually()
track = "dev";
auto* updater = new Updater(this);
auto* updater = new Updater(this->parentWidget());
if (!updater->CheckForUpdate())
{