mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #864 from onesounds/PluginInfo
remove subtitle ContextMenuPluginInfo
This commit is contained in:
commit
4a3f134840
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@
|
|||
<system:String x:Key="newPriority">New Priority</system:String>
|
||||
<system:String x:Key="priority">Priority</system:String>
|
||||
<system:String x:Key="pluginDirectory">Plugin Directory</system:String>
|
||||
<system:String x:Key="author">Author:</system:String>
|
||||
<system:String x:Key="author">by</system:String>
|
||||
<system:String x:Key="plugin_init_time">Init time:</system:String>
|
||||
<system:String x:Key="plugin_query_time">Query time:</system:String>
|
||||
<system:String x:Key="plugin_query_version">| Version</system:String>
|
||||
|
|
|
|||
|
|
@ -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 = $"{author} {metadata.Author}";
|
||||
|
||||
var menu = new Result
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue