This commit is contained in:
DanielSvoboda 2024-10-16 12:46:39 -03:00
parent 9a0458e69f
commit d15fd73b76

View File

@ -300,9 +300,8 @@ 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(
Common::FS::PathFromQString(game_update_path))) { Common::FS::PathFromQString(game_update_path))) {