mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-24 04:12:32 +08:00
[PTRun][WebSearch]Fix title not displaying the last letter (#35176)
This commit is contained in:
parent
2ef987e1d9
commit
2335501421
@ -72,7 +72,7 @@ namespace Community.PowerToys.Run.Plugin.WebSearch
|
|||||||
string arguments = "? ";
|
string arguments = "? ";
|
||||||
results.Add(new Result
|
results.Add(new Result
|
||||||
{
|
{
|
||||||
Title = Properties.Resources.plugin_description.Remove(Description.Length - 1, 1),
|
Title = Properties.Resources.plugin_description,
|
||||||
SubTitle = string.Format(CultureInfo.CurrentCulture, PluginInBrowserName, BrowserInfo.Name ?? BrowserInfo.MSEdgeName),
|
SubTitle = string.Format(CultureInfo.CurrentCulture, PluginInBrowserName, BrowserInfo.Name ?? BrowserInfo.MSEdgeName),
|
||||||
QueryTextDisplay = string.Empty,
|
QueryTextDisplay = string.Empty,
|
||||||
IcoPath = _iconPath,
|
IcoPath = _iconPath,
|
||||||
|
Loading…
Reference in New Issue
Block a user