This commit is contained in:
Trial97 2024-05-18 17:11:41 +03:00
commit 5bd28e2cc8
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
136 changed files with 1735 additions and 2989 deletions

View file

@ -334,7 +334,7 @@ QPixmap Mod::icon(QSize size, Qt::AspectRatioMode mode) const
return {};
if (m_pack_image_cache_key.was_ever_used) {
qDebug() << "Mod" << name() << "Had it's icon evicted form the cache. reloading...";
qDebug() << "Mod" << name() << "Had it's icon evicted from the cache. reloading...";
PixmapCache::markCacheMissByEviciton();
}
// Image got evicted from the cache or an attempt to load it has not been made. load it and retry.