Skip to content

Commit e0466f8

Browse files
committed
fix build fail
1 parent 6cb2cc3 commit e0466f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceViewModel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using System;
33
using System.Drawing;
44
using System.IO;
5+
using System.Windows;
56
using System.Windows.Media;
67

78
namespace Flow.Launcher.Plugin.WebSearch
@@ -39,7 +40,7 @@ public void CopyNewImageToUserDataDirectoryIfRequired(
3940
throw e;
4041
#else
4142
MessageBox.Show(string.Format("Copying the selected image file to {0} has failed, changes will now be reverted", destinationFileNameFullPath));
42-
UpdateIconPath(selectedSearchSource, fullPathToOriginalImage);
43+
UpdateIconAttributes(selectedSearchSource, fullPathToOriginalImage);
4344
#endif
4445
}
4546
}

0 commit comments

Comments
 (0)