mirror of https://github.com/PCSX2/pcsx2.git
Qt: Remove debug popup after update cleanup
This commit is contained in:
parent
c863149ad9
commit
c23bcf6322
|
@ -649,8 +649,6 @@ bool AutoUpdaterDialog::doUpdate(const std::string& application_dir, const std::
|
||||||
|
|
||||||
void AutoUpdaterDialog::cleanupAfterUpdate()
|
void AutoUpdaterDialog::cleanupAfterUpdate()
|
||||||
{
|
{
|
||||||
QMessageBox::critical(nullptr, "CLEANUP", "CLEANUP");
|
|
||||||
|
|
||||||
// If we weren't portable, then updater executable gets left in the application directory.
|
// If we weren't portable, then updater executable gets left in the application directory.
|
||||||
if (EmuFolders::AppRoot == EmuFolders::DataRoot)
|
if (EmuFolders::AppRoot == EmuFolders::DataRoot)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue