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

This commit is contained in:
Yusyuriv 2024-06-07 12:32:08 +06:00
parent 2c445b3cbb
commit f49e952e9b
No known key found for this signature in database
GPG key ID: A91C52E6F73148E0

View file

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