Skip to content

Commit c82b9a9

Browse files
committed
remove subtitle ContextMenuPluginInfo
1 parent 06a76f5 commit c82b9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ private Result ContextMenuPluginInfo(string id)
682682
var plugin = translator.GetTranslation("plugin");
683683
var title = $"{plugin}: {metadata.Name}";
684684
var icon = metadata.IcoPath;
685-
var subtitle = $"{author}: {metadata.Author}, {website}: {metadata.Website} {version}: {metadata.Version}";
685+
var subtitle = "";
686686

687687
var menu = new Result
688688
{

0 commit comments

Comments
 (0)