mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02:00
feat(desktop): enable background effects by default for new users
This commit is contained in:
parent
70182e863c
commit
7e5b87f00a
@ -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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user