mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 15:39:02 +01:00
electron app: mention that a restart is required for the smooth scrolling setting to take effect
This commit is contained in:
parent
dcc2f28079
commit
c729731c7e
@ -1119,7 +1119,8 @@
|
|||||||
"enable-motion": "Enable transitions and animations",
|
"enable-motion": "Enable transitions and animations",
|
||||||
"enable-shadows": "Enable shadows",
|
"enable-shadows": "Enable shadows",
|
||||||
"enable-backdrop-effects": "Enable background effects for menus, popups and panels",
|
"enable-backdrop-effects": "Enable background effects for menus, popups and panels",
|
||||||
"enable-smooth-scroll": "Enable smooth scrolling"
|
"enable-smooth-scroll": "Enable smooth scrolling",
|
||||||
|
"app-restart-required": "(a restart of the application is required for the change to take effect)"
|
||||||
},
|
},
|
||||||
"ai_llm": {
|
"ai_llm": {
|
||||||
"not_started": "Not started",
|
"not_started": "Not started",
|
||||||
|
|||||||
@ -2014,7 +2014,8 @@
|
|||||||
"enable-motion": "Activează tranzițiile și animațiile",
|
"enable-motion": "Activează tranzițiile și animațiile",
|
||||||
"enable-shadows": "Activează umbrirea elementelor",
|
"enable-shadows": "Activează umbrirea elementelor",
|
||||||
"enable-backdrop-effects": "Activează efectele de fundal pentru meniuri, popup-uri și panouri",
|
"enable-backdrop-effects": "Activează efectele de fundal pentru meniuri, popup-uri și panouri",
|
||||||
"enable-smooth-scroll": "Activează derularea lină"
|
"enable-smooth-scroll": "Activează derularea lină",
|
||||||
|
"app-restart-required": "(este necesară repornirea aplicației pentru ca modificarea să aibă efect)"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"related_settings": "Setări similare"
|
"related_settings": "Setări similare"
|
||||||
|
|||||||
@ -269,7 +269,7 @@ function Performance() {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<FormCheckbox
|
<FormCheckbox
|
||||||
label={t("ui-performance.enable-smooth-scroll")}
|
label={`${t("ui-performance.enable-smooth-scroll")} ${t("ui-performance.app-restart-required")}`}
|
||||||
currentValue={smoothScrollEnabled} onChange={setSmoothScrollEnabled}
|
currentValue={smoothScrollEnabled} onChange={setSmoothScrollEnabled}
|
||||||
/>
|
/>
|
||||||
</OptionsSection>
|
</OptionsSection>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user