mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Return for exceptions
This commit is contained in:
parent
3dcf22ec45
commit
00778560f8
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ public static class RenameThing
|
|||
return;
|
||||
case ElementAlreadyExistsException:
|
||||
api.ShowMsgError(string.Format(api.GetTranslation("plugin_explorer_element_already_exists"), NewFileName));
|
||||
break;
|
||||
return;
|
||||
default:
|
||||
string msg = exception.Message;
|
||||
if (!string.IsNullOrEmpty(msg))
|
||||
|
|
|
|||
Loading…
Reference in a new issue