Skip to content

Commit

Permalink
Always use custom icons if set
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Jan 9, 2020
1 parent d7ceeec commit 39f9f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions_custom.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (ca customAction) Add(it *aw.Item) {
m.Var("CMD", "url").Icon(actionIcon(ca.name, iconURL))
case "bookmarklet":
m.Var("CMD", "run-bookmarklet").Var("BOOKMARK", ca.id).
Icon(iconBookmarklet)
Icon(actionIcon(ca.name, iconBookmarklet))
}

}
Expand Down

0 comments on commit 39f9f90

Please sign in to comment.