mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
electron app: add an option to disable smooth scrolling
This commit is contained in:
@@ -65,6 +65,7 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
|
||||
"monthlyBackupEnabled",
|
||||
"motionEnabled",
|
||||
"shadowsEnabled",
|
||||
"smoothScrollEnabled",
|
||||
"backdropEffectsEnabled",
|
||||
"maxContentWidth",
|
||||
"compressImages",
|
||||
|
||||
@@ -155,7 +155,7 @@ const defaultOptions: DefaultOption[] = [
|
||||
{ name: "motionEnabled", value: "true", isSynced: false },
|
||||
{ name: "shadowsEnabled", value: "true", isSynced: false },
|
||||
{ name: "backdropEffectsEnabled", value: "true", isSynced: false },
|
||||
|
||||
{ name: "smoothScrollEnabled", value: "true", isSynced: false },
|
||||
|
||||
// Internationalization
|
||||
{ name: "locale", value: "en", isSynced: true },
|
||||
|
||||
Reference in New Issue
Block a user