bread-capture: add breadhelp to target registry
This commit is contained in:
parent
03749787c5
commit
1ce5514939
1 changed files with 8 additions and 0 deletions
|
|
@ -38,6 +38,14 @@ const TARGETS: &[(&str, &[(&str, &str)])] = &[
|
|||
("breadclip", &[("history", "breadclip-history.png")]),
|
||||
("breadsearch", &[("search", "breadsearch-search.png")]),
|
||||
("breadpad", &[("popup", "breadpad-popup.png")]),
|
||||
(
|
||||
"breadhelp",
|
||||
&[
|
||||
("home", "breadhelp-home.png"),
|
||||
("learn", "breadhelp-learn.png"),
|
||||
("ask", "breadhelp-ask.png"),
|
||||
],
|
||||
),
|
||||
];
|
||||
|
||||
#[derive(Parser)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue