diff --git a/src/pages/settings.tsx b/src/pages/settings.tsx
index 64c9147..5c3ed7f 100644
--- a/src/pages/settings.tsx
+++ b/src/pages/settings.tsx
@@ -7,7 +7,7 @@ import { Switch } from "@/components/ui/switch";
import { Label } from "@/components/ui/label";
import { Button } from "@/components/ui/button";
import { useToast } from "@/hooks/use-toast";
-import { ExternalLink, FolderOpen, Loader2, LucideIcon, Monitor, Moon, Radio, RotateCcw, RotateCw, Sun, Terminal } from "lucide-react";
+import { ExternalLink, Folder, FolderOpen, Loader2, LucideIcon, Monitor, Moon, Radio, RotateCcw, RotateCw, Sun, Terminal, WandSparkles, Wifi, Wrench } from "lucide-react";
import { cn } from "@/lib/utils";
import { useEffect } from "react";
import { useTheme } from "@/providers/themeProvider";
@@ -157,11 +157,40 @@ export default function SettingsPage() {
-
- General
- Extension
-
-
+
+
+ Application
+ Extension
+
+
+
+
+
+
+
+ Reset settings to default?
+
+ Are you sure you want to reset all settings to their default values? This action cannot be undone!
+
+
+
+ Cancel
+ resetSettings()
+ }>Reset
+
+
+
+
+
@@ -220,124 +249,160 @@ export default function SettingsPage() {
Use proxy for downloads, Unblocks blocked sites in your region (Download speed may affect, Some sites may not work)
-
- saveSettingsKey('use_proxy', checked)}
- />
-
-
-
-
-
+
@@ -389,81 +454,66 @@ export default function SettingsPage() {
-
-
-
Websocket Port
-
Change extension websocket server port
-
-
-
- (
-
-
-
-
-
-
-
- )}
- />
-
-
-
-
+
+
+ General
+
+
+
+
+
Websocket Port
+
Change extension websocket server port
+
+
+
+ (
+
+
+
+
+
+
+
+ )}
+ />
+
+
+
+
+
+
-
+
-
-
Reset Settings
-
Reset all setting to default
-
-
-
-
-
-
- Are you absolutely sure?
-
- This action cannot be undone! it will permanently reset all settings to default.
-
-
-
- Cancel
- resetSettings()
- }>Reset
-
-
-
-