Skip to content

Commit

Permalink
chore: missing custom theme increase on frontend side
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Nov 5, 2024
1 parent fe2f43d commit 3b792e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ts/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3b792e8

Please sign in to comment.