mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix parameter bug under release mode
This commit is contained in:
parent
4bc9e86a27
commit
dcea54ab83
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue