From 0c29948b12001217142565e4650b5ea404983f80 Mon Sep 17 00:00:00 2001 From: Yusyuriv Date: Fri, 7 Jun 2024 12:34:07 +0600 Subject: [PATCH] Revert "Explorer plugin native context menu: add ContextData=native-context-menu-item to differentiate them in markup" This reverts commit f49e952e9b5eb95a954e268d9de593d957a8c343. --- Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs index 95fc9c1d1..519ff991b 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs @@ -180,8 +180,7 @@ namespace Flow.Launcher.Plugin.Explorer { ShellContextMenuDisplayHelper.ExecuteContextMenuItem(record.FullPath, menuItem.CommandId); return true; - }, - ContextData = "native-context-menu-item" + } }); } }