fix manual updating by passing the main window to the updater instead of the menubar

This commit is contained in:
Zac Davidsen 2018-07-09 19:39:50 -04:00
parent 31d9ca34e3
commit 69999fd309

View file

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