mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix build fail
This commit is contained in:
parent
6cb2cc30a3
commit
e0466f8257
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ using Flow.Launcher.Infrastructure.Image;
|
|||
using System;
|
||||
using System.Drawing;
|
||||
using System.IO;
|
||||
using System.Windows;
|
||||
using System.Windows.Media;
|
||||
|
||||
namespace Flow.Launcher.Plugin.WebSearch
|
||||
|
|
@ -39,7 +40,7 @@ namespace Flow.Launcher.Plugin.WebSearch
|
|||
throw e;
|
||||
#else
|
||||
MessageBox.Show(string.Format("Copying the selected image file to {0} has failed, changes will now be reverted", destinationFileNameFullPath));
|
||||
UpdateIconPath(selectedSearchSource, fullPathToOriginalImage);
|
||||
UpdateIconAttributes(selectedSearchSource, fullPathToOriginalImage);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue