fix(shared): derive path names in Rust

This commit is contained in:
2026-07-24 16:52:10 +02:00
parent 1d049d08f2
commit b724c1540f

View File

@@ -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,
), ),
), ),