mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove BrowserBookmark subtitle wording "Boomark"
This commit is contained in:
parent
2d6d664f77
commit
a4e4c8baaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue