mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
clang
This commit is contained in:
parent
9a0458e69f
commit
d15fd73b76
@ -300,8 +300,7 @@ public:
|
|||||||
|
|
||||||
if (selected == deleteUpdate) {
|
if (selected == deleteUpdate) {
|
||||||
if (!Config::getSeparateUpdateEnabled()) {
|
if (!Config::getSeparateUpdateEnabled()) {
|
||||||
QMessageBox::critical(
|
QMessageBox::critical(nullptr, tr("Error"),
|
||||||
nullptr, tr("Error"),
|
|
||||||
QString(tr("requiresEnableSeparateUpdateFolder_MSG")));
|
QString(tr("requiresEnableSeparateUpdateFolder_MSG")));
|
||||||
error = true;
|
error = true;
|
||||||
} else if (!std::filesystem::exists(
|
} else if (!std::filesystem::exists(
|
||||||
|
Loading…
Reference in New Issue
Block a user