From 7821f1d44f85c10ffbaf33ff8edce0c6229214f3 Mon Sep 17 00:00:00 2001 From: TactfulBean Date: Thu, 30 Mar 2023 16:17:58 +0800 Subject: [PATCH] * --- app/components/settings.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 43d14fc47..f0138cb18 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -247,6 +247,20 @@ export function Settings(props: { closeSettings: () => void }) { +
+ + + updateConfig( + (config) => (config.tightBorder = e.currentTarget.checked), + ) + } + > + +
+ void }) { } > - -
- - - updateConfig( - (config) => (config.tightBorder = e.currentTarget.checked), - ) - } - > - -