Merge pull request #51 from jjw24/update_browserbookmark_subtitle_wording

Remove BrowserBookmark subtitle wording "Boomark"
This commit is contained in:
Jeremy Wu 2019-10-11 20:56:27 +11:00 committed by GitHub
commit 5ab45a1185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,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) =>