Fix creation files.json in 'Download ALL'

This commit is contained in:
DanielSvoboda 2024-08-29 17:26:06 -03:00
parent 07c8c28000
commit 751f6f9bab
2 changed files with 3 additions and 1 deletions

View file

@ -391,6 +391,8 @@ void MainWindow::CreateConnects() {
nullptr, tr("Download Complete"),
QString(tr("Patches Downloaded Successfully!") + "\n" +
tr("All Patches available for all games have been downloaded.")));
cheatsPatches->createFilesJson("GoldHEN");
cheatsPatches->createFilesJson("shadPS4");
panelDialog->accept();
});
panelDialog->exec();