From 61e623112410ca66f8446235d34425bfc30c1886 Mon Sep 17 00:00:00 2001
From: schroda <50052685+schroda@users.noreply.github.com>
Date: Sat, 20 Jan 2024 19:47:25 +0100
Subject: [PATCH] Add webUI settings again
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 a11c9c8e76..6868cce7f8 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 = () => (
} />
} />
} />
+ } />
} />