Skip to content

Commit 3b792e8

Browse files
committed
chore: missing custom theme increase on frontend side
1 parent fe2f43d commit 3b792e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ export async function addCustomTheme(
422422
dbSnapshot.customThemes = [];
423423
}
424424

425-
if (dbSnapshot.customThemes.length >= 10) {
425+
if (dbSnapshot.customThemes.length >= 20) {
426426
Notifications.add("Too many custom themes!", 0);
427427
return false;
428428
}

0 commit comments

Comments
 (0)