From 3814bbf7b3289a80250cd49d56a3e9f392923dcf Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:09:21 +0200 Subject: [PATCH] Update General.svelte --- .../components/chat/Settings/General.svelte | 566 +++++++++--------- 1 file changed, 280 insertions(+), 286 deletions(-) diff --git a/src/lib/components/chat/Settings/General.svelte b/src/lib/components/chat/Settings/General.svelte index 5e06722d6..98407e472 100644 --- a/src/lib/components/chat/Settings/General.svelte +++ b/src/lib/components/chat/Settings/General.svelte @@ -1,324 +1,318 @@
-
-
-
{$i18n.t('WebUI Settings')}
+
+
+
{$i18n.t('WebUI Settings')}
-
-
{$i18n.t('Theme')}
-
- -
-
+
+
{$i18n.t('Theme')}
+
+ +
+
-
-
{$i18n.t('Language')}
-
- -
-
- {#if $i18n.language === 'en-US'} -
- Couldn't find your language? - - Help us translate Open WebUI! - -
- {/if} +
+
{$i18n.t('Language')}
+
+ +
+
+ {#if $i18n.language === 'en-US'} +
+ Couldn't find your language? + + Help us translate Open WebUI! + +
+ {/if} -
-
-
{$i18n.t('Notifications')}
+
+
+
{$i18n.t('Notifications')}
- -
-
-
+ +
+
+
- {#if $user?.role === 'admin' || ($user?.permissions.chat?.system_prompt ?? true)} -
+ {#if $user?.role === 'admin' || ($user?.permissions.chat?.system_prompt ?? true)} +
-
-
{$i18n.t('System Prompt')}
-