From e367af47efe375aca515cda05b0896ad418c30f1 Mon Sep 17 00:00:00 2001 From: James Brunton Date: Fri, 14 Nov 2025 17:31:54 +0000 Subject: [PATCH] Move setting to top --- .../components/shared/config/configSections/GeneralSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/desktop/components/shared/config/configSections/GeneralSection.tsx b/frontend/src/desktop/components/shared/config/configSections/GeneralSection.tsx index 8dfec2ee9..dbe9a0038 100644 --- a/frontend/src/desktop/components/shared/config/configSections/GeneralSection.tsx +++ b/frontend/src/desktop/components/shared/config/configSections/GeneralSection.tsx @@ -9,8 +9,8 @@ import { DefaultAppSettings } from '@app/components/shared/config/configSections const GeneralSection: React.FC = () => { return ( - + ); };