Revert an old previous misc change

Revert a change I made that did not work as intended.
https://github.com/RPCS3/rpcs3/pull/14836/files#r1520577389
This commit is contained in:
Darkhost1999 2024-11-22 17:43:38 -06:00
parent 5b61569e81
commit ed512551bd

View file

@ -2297,7 +2297,6 @@ void game_list_frame::BatchCreateCPUCaches(const std::vector<game_info>& game_da
const QString main_label = tr("Creating all LLVM caches");
progress_dialog* pdlg = new progress_dialog(tr("LLVM Cache Batch Creation"), main_label, tr("Cancel"), 0, ::narrow<s32>(total), false, this);
pdlg->setWindowFlags(Qt::Window | Qt::WindowMinimizeButtonHint);
pdlg->setAutoClose(false);
pdlg->setAutoReset(false);
pdlg->show();