fix: system disk cannot be entered

This commit is contained in:
hstyi
2025-07-07 11:05:19 +08:00
committed by hstyi
parent e7cafb74e4
commit 574c816ebb

View File

@@ -808,7 +808,7 @@ internal class TransportPanel(
if (loading) return false
if (loader.isOpened()) {
if (workdir?.absolutePathString() == destination) return false
if (workdir?.pathString == destination) return false
}
return reload(newPath = destination)