This commit is contained in:
@@ -436,7 +436,7 @@ class _SearchDialogState extends State<SearchDialog> {
|
||||
),
|
||||
const SizedBox(height: 2),
|
||||
Text(
|
||||
FileUtils.decodePathForDisplay(file.relativePath),
|
||||
FileUtils.safeDecodePathSegment(file.relativePath),
|
||||
style: TextStyle(fontSize: 12, color: theme.hintColor),
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
|
||||
Reference in New Issue
Block a user