We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d159adb + abef617 commit 31cba99Copy full SHA for 31cba99
Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs
@@ -200,9 +200,9 @@ public List<Result> LoadContextMenus(Result selectedResult)
200
if (Context.API.ShowMsgBox(
201
string.Format(Context.API.GetTranslation("plugin_explorer_delete_folder_link"), record.FullPath),
202
Context.API.GetTranslation("plugin_explorer_deletefilefolder"),
203
- MessageBoxButton.YesNo,
+ MessageBoxButton.OKCancel,
204
MessageBoxImage.Warning)
205
- == MessageBoxResult.No)
+ == MessageBoxResult.Cancel)
206
return false;
207
208
if (isFile)
0 commit comments