diff --git a/src/app/components/MediaManager.tsx b/src/app/components/MediaManager.tsx index 4ce601b..9f87cd2 100644 --- a/src/app/components/MediaManager.tsx +++ b/src/app/components/MediaManager.tsx @@ -1266,11 +1266,18 @@ export default function MediaManager({ initialPath, rootPath, title, config, set {/* ── Mount dialog ── */} !open && setMountEntry(null)}> - - + + Mount on Virtual Drive - {mountEntry?.name} + + {mountEntry?.name} + +
{(() => { const allDevices = Object.entries(config?.devices?.iec ?? {}); const drives = allDevices @@ -1288,13 +1295,17 @@ export default function MediaManager({ initialPath, rootPath, title, config, set