mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
electron app: add an option to disable smooth scrolling
This commit is contained in:
@@ -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