diff --git a/client/src/routes/Settings.svelte b/client/src/routes/Settings.svelte index 82edb99..7d251ae 100644 --- a/client/src/routes/Settings.svelte +++ b/client/src/routes/Settings.svelte @@ -450,7 +450,30 @@ -
+ {#if error} +
+ + {error} +
+ {/if} + {#if success} +
+ + {success} +
+ {/if} +
+ + +
+
+
+ + Mount Kontrol +
+
+ +
@@ -460,7 +483,7 @@
{#if rcloneStatus} -
+
Durum:
Enabled: {rcloneStatus.enabled ? "Evet" : "Hayır"}
@@ -505,19 +528,6 @@ {/if}
{/if} - - {#if error} -
- - {error} -
- {/if} - {#if success} -
- - {success} -
- {/if}
{:else if activeTab === "advanced"}
Gelişmiş ayarlar burada yer alacak.