mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
client/settings/disable shadows: add an option to enable or disable shadows
This commit is contained in:
@@ -64,6 +64,7 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
|
||||
"weeklyBackupEnabled",
|
||||
"monthlyBackupEnabled",
|
||||
"motionEnabled",
|
||||
"shadowsEnabled",
|
||||
"maxContentWidth",
|
||||
"compressImages",
|
||||
"downloadImagesAutomatically",
|
||||
|
||||
@@ -153,6 +153,8 @@ const defaultOptions: DefaultOption[] = [
|
||||
isSynced: false
|
||||
},
|
||||
{ name: "motionEnabled", value: "true", isSynced: false },
|
||||
{ name: "shadowsEnabled", value: "true", isSynced: false },
|
||||
|
||||
|
||||
// Internationalization
|
||||
{ name: "locale", value: "en", isSynced: true },
|
||||
|
||||
Reference in New Issue
Block a user