mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Avoid some errors (less noisy log)
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
(cherry picked from commit e4991d81d7)
This commit is contained in:
parent
e3b3ef65ee
commit
7e4ea5a47e
1 changed files with 4 additions and 0 deletions
|
|
@ -136,6 +136,10 @@ void ResourceFolderLoadTask::getFromMetadata()
|
|||
{
|
||||
m_index_dir.refresh();
|
||||
for (auto entry : m_index_dir.entryList(QDir::Files)) {
|
||||
if (!entry.endsWith(".pw.toml")) {
|
||||
continue;
|
||||
}
|
||||
|
||||
auto metadata = Metadata::get(m_index_dir, entry);
|
||||
|
||||
if (!metadata.isValid())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue