mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
fix: system disk cannot be entered
This commit is contained in:
@@ -808,7 +808,7 @@ internal class TransportPanel(
|
|||||||
if (loading) return false
|
if (loading) return false
|
||||||
|
|
||||||
if (loader.isOpened()) {
|
if (loader.isOpened()) {
|
||||||
if (workdir?.absolutePathString() == destination) return false
|
if (workdir?.pathString == destination) return false
|
||||||
}
|
}
|
||||||
|
|
||||||
return reload(newPath = destination)
|
return reload(newPath = destination)
|
||||||
|
|||||||
Reference in New Issue
Block a user