diff --git a/client/src/routes/Settings.svelte b/client/src/routes/Settings.svelte index cc0ced0..af2048e 100644 --- a/client/src/routes/Settings.svelte +++ b/client/src/routes/Settings.svelte @@ -4,10 +4,10 @@ import { showToast } from "../stores/toastStore.js"; const tabs = [ - { id: "general", label: "General", icon: "fa-solid fa-sliders" }, - { id: "youtube", label: "YouTube", icon: "fa-brands fa-youtube" }, - { id: "rclone", label: "Rclone", icon: "fa-solid fa-cloud" }, - { id: "advanced", label: "Advanced", icon: "fa-solid fa-gear" } + { id: "general", label: "General", icon: "sliders" }, + { id: "youtube", label: "YouTube", icon: "youtube" }, + { id: "rclone", label: "Rclone", icon: "cloud" }, + { id: "advanced", label: "Advanced", icon: "gear" } ]; let activeTab = "youtube"; @@ -269,16 +269,38 @@
- {#each tabs as tab} - - {/each} + + + +
{#if activeTab === "youtube"}