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.
1 parent 06a76f5 commit c82b9a9Copy full SHA for c82b9a9
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -682,7 +682,7 @@ private Result ContextMenuPluginInfo(string id)
682
var plugin = translator.GetTranslation("plugin");
683
var title = $"{plugin}: {metadata.Name}";
684
var icon = metadata.IcoPath;
685
- var subtitle = $"{author}: {metadata.Author}, {website}: {metadata.Website} {version}: {metadata.Version}";
+ var subtitle = "";
686
687
var menu = new Result
688
{
0 commit comments