diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index b80e8745e..10fbc79aa 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -1113,6 +1113,10 @@ "layout-vertical-description": "launcher bar is on the left (default)", "layout-horizontal-description": "launcher bar is underneath the tab bar, the tab bar is now full width." }, + "ui-performance": { + "title": "Performance", + "enable-motion": "Use transitions and animations" + }, "ai_llm": { "not_started": "Not started", "title": "AI Settings", diff --git a/apps/client/src/widgets/type_widgets/options/appearance.tsx b/apps/client/src/widgets/type_widgets/options/appearance.tsx index 5c19fcea8..b54c8acc8 100644 --- a/apps/client/src/widgets/type_widgets/options/appearance.tsx +++ b/apps/client/src/widgets/type_widgets/options/appearance.tsx @@ -249,10 +249,10 @@ function ElectronIntegration() { function Performance() { const [ motionEnabled, setMotionEnabled ] = useTriliumOptionBool("motionEnabled", true); - return + return