mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove subtitle ContextMenuPluginInfo
This commit is contained in:
parent
06a76f53dc
commit
c82b9a9b53
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue