Revert "Explorer plugin native context menu: add ContextData=native-context-menu-item to differentiate them in markup"

This reverts commit f49e952e9b.
This commit is contained in:
Yusyuriv 2024-06-07 12:34:07 +06:00
parent f49e952e9b
commit 0c29948b12
No known key found for this signature in database
GPG key ID: A91C52E6F73148E0

View file

@ -180,8 +180,7 @@ namespace Flow.Launcher.Plugin.Explorer
{
ShellContextMenuDisplayHelper.ExecuteContextMenuItem(record.FullPath, menuItem.CommandId);
return true;
},
ContextData = "native-context-menu-item"
}
});
}
}