diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index 9c969677f3..392e1071ad 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -414,7 +414,6 @@ void main_window::OnMissingFw() connect(mb, &QDialog::accepted, this, [this]() { InstallPup(); - }); mb->open();