ediable mountPoint for auto-mount, closes #115

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-12-26 19:55:20 +07:00
parent fcaf867cde
commit 52eda07b92
+3 -4
View File
@@ -301,10 +301,9 @@ export default function RemoteAutoMountDrawer({
</Checkbox>
}
onValueChange={(value) => {
setConfig((prev) => ({
...prev,
defaultMountPoint: value || undefined,
}))
setMountOnStart({
mountPoint: value,
})
}}
/>