mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-02-25 06:51:30 +00:00
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()
|
||||
{
|
||||
QMessageBox::critical(nullptr, "CLEANUP", "CLEANUP");
|
||||
|
||||
// If we weren't portable, then updater executable gets left in the application directory.
|
||||
if (EmuFolders::AppRoot == EmuFolders::DataRoot)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user