Remove BrowserBookmark subtitle wording "Boomark"

This commit is contained in:
Jeremy Wu
2019-10-06 15:39:12 +11:00
parent 2d6d664f77
commit a4e4c8baaa

View File

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