diff --git a/app/routes/api/_static.py b/app/routes/api/_static.py
index e2eba5ef..d1f40ca5 100644
--- a/app/routes/api/_static.py
+++ b/app/routes/api/_static.py
@@ -30,6 +30,7 @@ FRONTEND_ROUTES: list[str] = [
"/logs/",
"/conditions/",
"/browser/",
+ "/settings/",
"/browser/{path:.*}",
]
diff --git a/ui/app/components/NotifyDropdown.vue b/ui/app/components/NotifyDropdown.vue
index 8ff79681..976f611f 100644
--- a/ui/app/components/NotifyDropdown.vue
+++ b/ui/app/components/NotifyDropdown.vue
@@ -43,14 +43,13 @@
+
+
+
+
diff --git a/ui/app/components/Settings.vue b/ui/app/components/Settings.vue
deleted file mode 100644
index 64087309..00000000
--- a/ui/app/components/Settings.vue
+++ /dev/null
@@ -1,185 +0,0 @@
-
- WebUI Settings
-
- The simple view is ideal for non-technical users and mobile devices.
- Show videos thumbnail if available. Choose the aspect ratio for thumbnail display.