From 69a62b6c2cfd32033e9b546d2005af9cd4c961ca Mon Sep 17 00:00:00 2001
From: schroda <50052685+schroda@users.noreply.github.com>
Date: Sun, 21 Jan 2024 22:31:27 +0100
Subject: [PATCH] Add webUI settings again (#564)
Was accidentally removed with e10cbf9e8f0f133ce84a9b647a919afac361df38
---
src/App.tsx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/App.tsx b/src/App.tsx
index a11c9c8e..6868cce7 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -36,6 +36,7 @@ import { ServerSettings } from '@/screens/settings/ServerSettings.tsx';
import { ServerUpdateChecker } from '@/components/settings/ServerUpdateChecker.tsx';
import { requestManager } from '@/lib/requests/RequestManager.ts';
import { ExtensionSettings } from '@/screens/settings/ExtensionSettings.tsx';
+import { WebUISettings } from '@/screens/settings/WebUISettings.tsx';
if (process.env.NODE_ENV !== 'production') {
// Adds messages only in a dev environment
@@ -98,6 +99,7 @@ export const App: React.FC = () => (
} />
} />
} />
+ } />
} />