bread-capture: add breadclip to target registry
This commit is contained in:
parent
1a3475bd23
commit
231f71e586
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ const TARGETS: &[(&str, &[(&str, &str)])] = &[
|
||||||
&[("bar", "breadbar-bar.png"), ("control-panel", "breadbar-control-panel.png")],
|
&[("bar", "breadbar-bar.png"), ("control-panel", "breadbar-control-panel.png")],
|
||||||
),
|
),
|
||||||
("breadbox", &[("launcher", "breadbox-launcher.png")]),
|
("breadbox", &[("launcher", "breadbox-launcher.png")]),
|
||||||
|
("breadclip", &[("history", "breadclip-history.png")]),
|
||||||
];
|
];
|
||||||
|
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue