chore: missing custom theme increase on frontend side

This commit is contained in:
Miodec 2024-11-05 13:23:41 +01:00
parent fe2f43dedf
commit 3b792e8758

View file

@ -422,7 +422,7 @@ export async function addCustomTheme(
dbSnapshot.customThemes = [];
}
if (dbSnapshot.customThemes.length >= 10) {
if (dbSnapshot.customThemes.length >= 20) {
Notifications.add("Too many custom themes!", 0);
return false;
}