Skip to content

Commit 499fb60

Browse files
committed
Update FilesystemHelpers.cs
1 parent d022d04 commit 499fb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Utils/Storage/Operations/FilesystemHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ public static string GetShortcutNamingPreference(string itemName)
885885
value = value?.ToString()?.TrimStart(['"', '%', 's']);
886886
value = value?.ToString()?.TrimEnd(['"']);
887887

888-
return value + ".lnk";
888+
return itemName + value;
889889
}
890890
}
891891

0 commit comments

Comments
 (0)