mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
client/settings/ui-performance-settings: improve code formatting
This commit is contained in:
parent
575d14261a
commit
f7f98aa9a3
@ -22,7 +22,6 @@ export default class RootContainer extends FlexContainer<BasicWidget> {
|
|||||||
this.id("root-widget");
|
this.id("root-widget");
|
||||||
this.css("height", "100dvh");
|
this.css("height", "100dvh");
|
||||||
this.originalViewportHeight = getViewportHeight();
|
this.originalViewportHeight = getViewportHeight();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
render(): JQuery<HTMLElement> {
|
render(): JQuery<HTMLElement> {
|
||||||
|
@ -251,7 +251,6 @@ function Performance() {
|
|||||||
const [ shadowsEnabled, setShadowsEnabled ] = useTriliumOptionBool("shadowsEnabled");
|
const [ shadowsEnabled, setShadowsEnabled ] = useTriliumOptionBool("shadowsEnabled");
|
||||||
const [ backdropEffectsEnabled, setBackdropEffectsEnabled ] = useTriliumOptionBool("backdropEffectsEnabled");
|
const [ backdropEffectsEnabled, setBackdropEffectsEnabled ] = useTriliumOptionBool("backdropEffectsEnabled");
|
||||||
|
|
||||||
|
|
||||||
return <OptionsSection title={t("ui-performance.title")}>
|
return <OptionsSection title={t("ui-performance.title")}>
|
||||||
<FormGroup name="motion-enabled">
|
<FormGroup name="motion-enabled">
|
||||||
<FormCheckbox
|
<FormCheckbox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user