update Mount with PathSelector

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-09-17 00:46:02 +02:00
parent 9ad4c5ecce
commit 926884881f
+5 -1
View File
@@ -275,10 +275,12 @@ export default function Mount() {
switchable={false}
sourceOptions={{
label: 'Remote Path',
showPicker: false,
showPicker: true,
placeholder: 'Root path inside the remote',
showSuggestions: true,
clearable: true,
allowedKeys: ['REMOTES', 'FAVORITES'],
showFiles: false,
}}
destOptions={{
label: 'Mount Point',
@@ -286,6 +288,8 @@ export default function Mount() {
placeholder: 'The local path to mount the remote to',
showSuggestions: false,
clearable: false,
allowedKeys: ['LOCAL_FS'],
showFiles: false,
}}
/>