Merge branch 'update_browserbookmark_subtitle_wording' into dev

This commit is contained in:
Jeremy Wu 2019-10-06 15:39:45 +11:00
commit 83280de352

View file

@ -37,7 +37,7 @@ namespace Wox.Plugin.BrowserBookmark
return returnList.Select(c => new Result()
{
Title = c.Name,
SubTitle = "Bookmark: " + c.Url,
SubTitle = c.Url,
IcoPath = @"Images\bookmark.png",
Score = 5,
Action = (e) =>