mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +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
|
||||
{ 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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user