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