Add "by author" in subtitle

This commit is contained in:
DB p 2021-12-06 19:10:34 +09:00
parent c82b9a9b53
commit 263e097678
2 changed files with 2 additions and 2 deletions

View file

@ -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>

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 = "";
var subtitle = $"{author} {metadata.Author}";
var menu = new Result
{