remove subtitle ContextMenuPluginInfo

This commit is contained in:
DB p 2021-12-06 07:20:41 +09:00
parent 06a76f53dc
commit c82b9a9b53

View file

@ -682,7 +682,7 @@ namespace Flow.Launcher.ViewModel
var plugin = translator.GetTranslation("plugin");
var title = $"{plugin}: {metadata.Name}";
var icon = metadata.IcoPath;
var subtitle = $"{author}: {metadata.Author}, {website}: {metadata.Website} {version}: {metadata.Version}";
var subtitle = "";
var menu = new Result
{