Merge pull request #6257 from menloresearch/fix/enable-back-app-language-setting
fix: enable back app language setting
This commit is contained in:
commit
8d3fcf1680
@ -46,6 +46,7 @@ import { stopAllModels } from '@/services/models'
|
|||||||
import { SystemEvent } from '@/types/events'
|
import { SystemEvent } from '@/types/events'
|
||||||
import { Input } from '@/components/ui/input'
|
import { Input } from '@/components/ui/input'
|
||||||
import { useHardware } from '@/hooks/useHardware'
|
import { useHardware } from '@/hooks/useHardware'
|
||||||
|
import LanguageSwitcher from '@/containers/LanguageSwitcher'
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
export const Route = createFileRoute(route.settings.general as any)({
|
export const Route = createFileRoute(route.settings.general as any)({
|
||||||
@ -245,10 +246,10 @@ function General() {
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{/* <CardItem
|
<CardItem
|
||||||
title={t('common:language')}
|
title={t('common:language')}
|
||||||
actions={<LanguageSwitcher />}
|
actions={<LanguageSwitcher />}
|
||||||
/> */}
|
/>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
{/* Data folder */}
|
{/* Data folder */}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user