forked from open-webui/open-webui
		
	main #2
					 3 changed files with 4 additions and 4 deletions
				
			
		|  | @ -92,7 +92,7 @@ | ||||||
| 				<div class=" self-center text-xs font-medium">{$i18n.t('Default User Role')}</div> | 				<div class=" self-center text-xs font-medium">{$i18n.t('Default User Role')}</div> | ||||||
| 				<div class="flex items-center relative"> | 				<div class="flex items-center relative"> | ||||||
| 					<select | 					<select | ||||||
| 						class="w-fit pr-8 rounded py-2 px-2 text-xs bg-transparent outline-none text-right" | 						class="dark:bg-gray-900 w-fit pr-8 rounded py-2 px-2 text-xs bg-transparent outline-none text-right" | ||||||
| 						bind:value={defaultUserRole} | 						bind:value={defaultUserRole} | ||||||
| 						placeholder="Select a theme" | 						placeholder="Select a theme" | ||||||
| 						on:change={(e) => { | 						on:change={(e) => { | ||||||
|  |  | ||||||
|  | @ -109,7 +109,7 @@ | ||||||
| 				<div class=" self-center text-xs font-medium">{$i18n.t('Speech-to-Text Engine')}</div> | 				<div class=" self-center text-xs font-medium">{$i18n.t('Speech-to-Text Engine')}</div> | ||||||
| 				<div class="flex items-center relative"> | 				<div class="flex items-center relative"> | ||||||
| 					<select | 					<select | ||||||
| 						class="w-fit pr-8 rounded px-2 p-1 text-xs bg-transparent outline-none text-right" | 						class="dark:bg-gray-900 w-fit pr-8 rounded px-2 p-1 text-xs bg-transparent outline-none text-right" | ||||||
| 						bind:value={STTEngine} | 						bind:value={STTEngine} | ||||||
| 						placeholder="Select a mode" | 						placeholder="Select a mode" | ||||||
| 						on:change={(e) => { | 						on:change={(e) => { | ||||||
|  | @ -177,7 +177,7 @@ | ||||||
| 				<div class=" self-center text-xs font-medium">{$i18n.t('Text-to-Speech Engine')}</div> | 				<div class=" self-center text-xs font-medium">{$i18n.t('Text-to-Speech Engine')}</div> | ||||||
| 				<div class="flex items-center relative"> | 				<div class="flex items-center relative"> | ||||||
| 					<select | 					<select | ||||||
| 						class="w-fit pr-8 rounded px-2 p-1 text-xs bg-transparent outline-none text-right" | 						class=" dark:bg-gray-900 w-fit pr-8 rounded px-2 p-1 text-xs bg-transparent outline-none text-right" | ||||||
| 						bind:value={TTSEngine} | 						bind:value={TTSEngine} | ||||||
| 						placeholder="Select a mode" | 						placeholder="Select a mode" | ||||||
| 						on:change={(e) => { | 						on:change={(e) => { | ||||||
|  |  | ||||||
|  | @ -130,7 +130,7 @@ | ||||||
| 				<div class=" self-center text-xs font-medium">{$i18n.t('Language')}</div> | 				<div class=" self-center text-xs font-medium">{$i18n.t('Language')}</div> | ||||||
| 				<div class="flex items-center relative"> | 				<div class="flex items-center relative"> | ||||||
| 					<select | 					<select | ||||||
| 						class="w-fit pr-8 rounded py-2 px-2 text-xs bg-transparent outline-none text-right" | 						class="dark:bg-gray-900 w-fit pr-8 rounded py-2 px-2 text-xs bg-transparent outline-none text-right" | ||||||
| 						bind:value={lang} | 						bind:value={lang} | ||||||
| 						placeholder="Select a language" | 						placeholder="Select a language" | ||||||
| 						on:change={(e) => { | 						on:change={(e) => { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue