mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Merge branch 'update_browserbookmark_subtitle_wording' into dev
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Wox.Plugin.BrowserBookmark
|
|||||||
return returnList.Select(c => new Result()
|
return returnList.Select(c => new Result()
|
||||||
{
|
{
|
||||||
Title = c.Name,
|
Title = c.Name,
|
||||||
SubTitle = "Bookmark: " + c.Url,
|
SubTitle = c.Url,
|
||||||
IcoPath = @"Images\bookmark.png",
|
IcoPath = @"Images\bookmark.png",
|
||||||
Score = 5,
|
Score = 5,
|
||||||
Action = (e) =>
|
Action = (e) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user