mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 10:29:58 +02:00
fix(shared): derive path names in Rust
This commit is contained in:
@@ -105,7 +105,7 @@ class CoreRepository(
|
||||
ShareSource(
|
||||
kind = SourceKind.PATH,
|
||||
value = path,
|
||||
displayName = path.substringAfterLast('/').ifBlank { null },
|
||||
displayName = null,
|
||||
isDirectory = false,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user