mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
patch_manager: fix downloader location
it was spawning on the main window instead of the patch manager
This commit is contained in:
parent
8d56dd1969
commit
595fdb2f57
@ -73,7 +73,7 @@ patch_manager_dialog::patch_manager_dialog(std::shared_ptr<gui_settings> gui_set
|
||||
|
||||
ui->buttonBox->button(QDialogButtonBox::RestoreDefaults)->setText(tr("Download latest patches"));
|
||||
|
||||
m_downloader = new downloader(parent);
|
||||
m_downloader = new downloader(this);
|
||||
|
||||
// Create connects
|
||||
connect(ui->patch_filter, &QLineEdit::textChanged, this, &patch_manager_dialog::filter_patches);
|
||||
|
Loading…
Reference in New Issue
Block a user