mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
setting
This commit is contained in:
parent
a4d93ac95a
commit
824de11f21
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ export const FeaturesTab = () => {
|
|||
value={voidSettingsState.globalSettings.syncApplyToChat}
|
||||
onChange={(newVal) => voidSettingsService.setGlobalSetting('syncApplyToChat', newVal)}
|
||||
/>
|
||||
<span className='text-void-fg-3 text-xs pointer-events-none'>{voidSettingsState.globalSettings.syncApplyToChat ? 'Sync with Chat model' : 'Use another model'}</span>
|
||||
<span className='text-void-fg-3 text-xs pointer-events-none'>{voidSettingsState.globalSettings.syncApplyToChat ? 'Same as Chat model' : 'Different model'}</span>
|
||||
</div>
|
||||
|
||||
{/* Model Dropdown */}
|
||||
|
|
|
|||
Loading…
Reference in a new issue