diff --git a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs index fb2578e6d..6e00b8a27 100644 --- a/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs +++ b/Flow.Launcher.Plugin/SharedCommands/FilesFolders.cs @@ -64,7 +64,7 @@ namespace Flow.Launcher.Plugin.SharedCommands throw; #else messageBoxExShow(string.Format("Copying path {0} has failed, it will now be deleted for consistency", targetPath)); - RemoveFolderIfExists(targetPath); + RemoveFolderIfExists(targetPath, messageBoxExShow); #endif }