mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
refactor: Remove unused AI agent subheader from account settings
This commit is contained in:
@@ -615,9 +615,6 @@ onDeactivated(() => {
|
|||||||
<VDivider class="my-4" />
|
<VDivider class="my-4" />
|
||||||
<VRow>
|
<VRow>
|
||||||
<VCol cols="12">
|
<VCol cols="12">
|
||||||
<VListSubheader class="text-lg">{{ t('setting.system.aiAgent') }}</VListSubheader>
|
|
||||||
</VCol>
|
|
||||||
<VCol cols="12" md="6">
|
|
||||||
<VSwitch
|
<VSwitch
|
||||||
v-model="SystemSettings.Basic.AI_AGENT_ENABLE"
|
v-model="SystemSettings.Basic.AI_AGENT_ENABLE"
|
||||||
:label="t('setting.system.aiAgentEnable')"
|
:label="t('setting.system.aiAgentEnable')"
|
||||||
|
|||||||
Reference in New Issue
Block a user