mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
Qt: Directly install update after downloading
This commit is contained in:
parent
59dd73492b
commit
a704221685
@ -426,8 +426,6 @@ void CheckUpdate::DownloadUpdate(const QString& url) {
|
||||
if (file.open(QIODevice::WriteOnly)) {
|
||||
file.write(reply->readAll());
|
||||
file.close();
|
||||
QMessageBox::information(this, tr("Download Complete"),
|
||||
tr("The update has been downloaded, press OK to install."));
|
||||
Install();
|
||||
} else {
|
||||
QMessageBox::warning(
|
||||
|
Loading…
Reference in New Issue
Block a user