Skip to content

Commit 8326330

Browse files
committed
Fix unable to remove from send to
1 parent 66635f3 commit 8326330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TextureMerge/Settings.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private void DeleteFromSendTo()
118118
try
119119
{
120120
string sendtoPath = Environment.GetFolderPath(Environment.SpecialFolder.SendTo);
121-
string filelnk = sendtoPath + "Texture Merge.lnk";
121+
string filelnk = sendtoPath + "\\Texture Merge.lnk";
122122
if (File.Exists(filelnk))
123123
File.Delete(filelnk);
124124
else

0 commit comments

Comments
 (0)