[Desktop] Fix torch mirror setting (#2475)

This commit is contained in:
Chenlei Hu
2025-02-08 21:08:23 -05:00
committed by GitHub
parent 4dd292252e
commit 3d59d478b6
2 changed files with 23 additions and 18 deletions

View File

@@ -44,10 +44,7 @@ const normalizedSettingId = computed(() => {
})
onMounted(() => {
// Set mirror value if not already set
if (!modelValue.value) {
modelValue.value = item.mirror
}
modelValue.value = item.mirror
})
watch(validationState, (newState) => {