Hard limit hotswaps to 25 entries
| @@ -316,7 +316,7 @@ export async function favsToHotswap() { | ||
| 316 | 316 | const entities = getEntitiesList({ doFilter: false }); |
| 317 | 317 | const container = $('#right-nav-panel .hotswap'); |
| 318 | 318 | |
| 319 | 319 | const favs = entities.filter(x => x.item.fav || x.item.fav == 'true').slice(0, 25); |
| 320 | 320 | |
| 321 | 321 | //helpful instruction message if no characters are favorited |
| 322 | 322 | if (favs.length == 0) { |