You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Plugins/Flow.Launcher.Plugin.WebSearch/SearchSourceViewModel.cs
+4-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
usingFlow.Launcher.Infrastructure.Image;
2
-
usingSystem;
1
+
usingSystem;
3
2
usingSystem.IO;
4
3
usingSystem.Threading.Tasks;
5
4
#pragma warning disable IDE0005
@@ -41,8 +40,8 @@ public void CopyNewImageToUserDataDirectoryIfRequired(
41
40
#if DEBUG
42
41
throw;
43
42
#else
44
-
Main._context.API.ShowMsgBox(string.Format("Copying the selected image file to {0} has failed, changes will now be reverted",destinationFileNameFullPath));
Main._context.API.ShowMsgBox(string.Format("Copying the selected image file to {0} has failed, changes will now be reverted",destinationFileNameFullPath));
0 commit comments