mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-24 17:35:39 +00:00
Fixes
This commit is contained in:
@@ -174,7 +174,7 @@ public final class FilePath {
|
||||
}
|
||||
|
||||
if (split().size() == 1) {
|
||||
return value.startsWith("/") && !value.equals("/") ? FilePath.of("/") : null;
|
||||
return value.startsWith("/") && !value.equals("/") ? FilePath.of("/") : this;
|
||||
}
|
||||
|
||||
return FilePath.of(value.substring(0, value.length() - getFileName().length() - 1));
|
||||
|
||||
Generated
+2
@@ -1353,3 +1353,5 @@ disableApiHttpsTlsCheckDescription=If your organization is decrypting your HTTPS
|
||||
connectionsSelected=$NUMBER$ connections selected
|
||||
#force
|
||||
addConnections=Add connections
|
||||
browseDirectory=Browse directory
|
||||
openTerminal=Open terminal
|
||||
|
||||
Reference in New Issue
Block a user