Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into resource_size
This commit is contained in:
commit
477d1408ad
257 changed files with 3168 additions and 3863 deletions
|
@ -276,7 +276,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue