Merge pull request #1827 from Trial97/shader

fixed shader packs detection
This commit is contained in:
Alexandru Ionut Tripon 2024-05-18 12:02:13 +03:00 committed by GitHub
commit c8ff768d64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 42 additions and 16 deletions

View file

@ -746,7 +746,7 @@ void LocalModParseTask::executeTask()
m_result->details = mod.details();
if (m_aborted)
emit finished();
emitAborted();
else
emitSucceeded();
}