fix: 修复远程控制关闭无法保存问题

This commit is contained in:
alger
2025-10-22 21:52:00 +08:00
parent 9535183405
commit 35b798b69e
2 changed files with 3 additions and 3 deletions
@@ -64,7 +64,7 @@
<n-form-item>
<n-space>
<n-button type="primary" :disabled="!remoteControlConfig.enabled" @click="saveConfig">
<n-button type="primary" @click="saveConfig">
{{ t('common.save') }}
</n-button>
<n-button @click="resetConfig">