feat(desktop): enable background effects by default for new users

This commit is contained in:
Elian Doran 2025-08-12 22:06:19 +03:00
parent 70182e863c
commit 7e5b87f00a
No known key found for this signature in database

View File

@ -183,7 +183,7 @@ const defaultOptions: DefaultOption[] = [
// HTML import configuration
{ name: "layoutOrientation", value: "vertical", isSynced: false },
{ name: "backgroundEffects", value: "false", isSynced: false },
{ name: "backgroundEffects", value: "true", isSynced: false },
{
name: "allowedHtmlTags",
value: JSON.stringify(DEFAULT_ALLOWED_TAGS),