Add thumbnails quality config

This commit is contained in:
Cohee
2023-09-16 21:53:30 +03:00
parent bfdd071001
commit 2c84c93f3d
3 changed files with 5 additions and 3 deletions

View File

@ -338,7 +338,7 @@ export async function favsToHotswap() {
// don't fill leftover spaces with avatar placeholders
// just evenly space the selected avatars instead
/*
/*
if (count < maxCount) { //if any space is left over
let leftOverSlots = maxCount - count;
for (let i = 1; i <= leftOverSlots; i++) {