mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
fix manual updating by passing the main window to the updater instead of the menubar
This commit is contained in:
@@ -499,7 +499,7 @@ void MenuBar::InstallUpdateManually()
|
||||
|
||||
track = "dev";
|
||||
|
||||
auto* updater = new Updater(this);
|
||||
auto* updater = new Updater(this->parentWidget());
|
||||
|
||||
if (!updater->CheckForUpdate())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user