client/settings/ui-performance-settings: improve code formatting

This commit is contained in:
Adorian Doran 2025-08-23 03:10:51 +03:00
parent 575d14261a
commit f7f98aa9a3
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ export default class RootContainer extends FlexContainer<BasicWidget> {
this.id("root-widget");
this.css("height", "100dvh");
this.originalViewportHeight = getViewportHeight();
}
render(): JQuery<HTMLElement> {

View File

@ -251,7 +251,6 @@ function Performance() {
const [ shadowsEnabled, setShadowsEnabled ] = useTriliumOptionBool("shadowsEnabled");
const [ backdropEffectsEnabled, setBackdropEffectsEnabled ] = useTriliumOptionBool("backdropEffectsEnabled");
return <OptionsSection title={t("ui-performance.title")}>
<FormGroup name="motion-enabled">
<FormCheckbox