From 52eda07b92909920c02e54665121141f52b13222 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Fri, 26 Dec 2025 19:55:20 +0700 Subject: [PATCH] ediable mountPoint for auto-mount, closes #115 Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com> --- src/components/RemoteAutoMountDrawer.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/RemoteAutoMountDrawer.tsx b/src/components/RemoteAutoMountDrawer.tsx index b9b91e1..b743d3f 100644 --- a/src/components/RemoteAutoMountDrawer.tsx +++ b/src/components/RemoteAutoMountDrawer.tsx @@ -301,10 +301,9 @@ export default function RemoteAutoMountDrawer({ } onValueChange={(value) => { - setConfig((prev) => ({ - ...prev, - defaultMountPoint: value || undefined, - })) + setMountOnStart({ + mountPoint: value, + }) }} />