mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
feat(desktop): enable background effects by default for new users
This commit is contained in:
@@ -183,7 +183,7 @@ const defaultOptions: DefaultOption[] = [
|
|||||||
|
|
||||||
// HTML import configuration
|
// HTML import configuration
|
||||||
{ name: "layoutOrientation", value: "vertical", isSynced: false },
|
{ name: "layoutOrientation", value: "vertical", isSynced: false },
|
||||||
{ name: "backgroundEffects", value: "false", isSynced: false },
|
{ name: "backgroundEffects", value: "true", isSynced: false },
|
||||||
{
|
{
|
||||||
name: "allowedHtmlTags",
|
name: "allowedHtmlTags",
|
||||||
value: JSON.stringify(DEFAULT_ALLOWED_TAGS),
|
value: JSON.stringify(DEFAULT_ALLOWED_TAGS),
|
||||||
|
|||||||
Reference in New Issue
Block a user