✨enhancement: adjust placement exp toggle (#5525)
* ✨enhancement: adjust placement exp toggle
* Update web-app/src/routes/settings/general.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
parent
54a9d140b5
commit
3eb31be62e
@ -248,6 +248,20 @@ function General() {
|
|||||||
)}
|
)}
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
|
{/* Advanced */}
|
||||||
|
<Card title="Advanced">
|
||||||
|
<CardItem
|
||||||
|
title="Experimental Features"
|
||||||
|
description="Enable experimental features. They may be unstable or change at any time."
|
||||||
|
actions={
|
||||||
|
<Switch
|
||||||
|
checked={experimentalFeatures}
|
||||||
|
onCheckedChange={(e) => setExperimentalFeatures(e)}
|
||||||
|
/>
|
||||||
|
}
|
||||||
|
/>
|
||||||
|
</Card>
|
||||||
|
|
||||||
{/* Data folder */}
|
{/* Data folder */}
|
||||||
<Card title={t('common.dataFolder')}>
|
<Card title={t('common.dataFolder')}>
|
||||||
<CardItem
|
<CardItem
|
||||||
@ -395,16 +409,6 @@ function General() {
|
|||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<CardItem
|
|
||||||
title="Experimental Features"
|
|
||||||
description="Enable experimental features and cutting-edge functionality that may be unstable."
|
|
||||||
actions={
|
|
||||||
<Switch
|
|
||||||
checked={experimentalFeatures}
|
|
||||||
onCheckedChange={(e) => setExperimentalFeatures(e)}
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
<CardItem
|
<CardItem
|
||||||
title={t('settings.others.resetFactory', {
|
title={t('settings.others.resetFactory', {
|
||||||
ns: 'settings',
|
ns: 'settings',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user