bread-capture: add breadbar's 8 new views to target registry
This commit is contained in:
parent
e402bb3cb7
commit
64cc17905d
1 changed files with 12 additions and 1 deletions
|
|
@ -32,7 +32,18 @@ const CAPTURE_TIMEOUT: Duration = Duration::from_secs(10);
|
||||||
const TARGETS: &[(&str, &[(&str, &str)])] = &[
|
const TARGETS: &[(&str, &[(&str, &str)])] = &[
|
||||||
(
|
(
|
||||||
"breadbar",
|
"breadbar",
|
||||||
&[("bar", "breadbar-bar.png"), ("control-panel", "breadbar-control-panel.png")],
|
&[
|
||||||
|
("bar", "breadbar-bar.png"),
|
||||||
|
("control-panel", "breadbar-control-panel.png"),
|
||||||
|
("connectivity-wifi", "breadbar-connectivity-wifi.png"),
|
||||||
|
("connectivity-bluetooth", "breadbar-connectivity-bluetooth.png"),
|
||||||
|
("media-popover", "breadbar-media-popover.png"),
|
||||||
|
("notification", "breadbar-notification.png"),
|
||||||
|
("notification-critical", "breadbar-notification-critical.png"),
|
||||||
|
("osd-volume", "breadbar-osd-volume.png"),
|
||||||
|
("osd-brightness", "breadbar-osd-brightness.png"),
|
||||||
|
("wifi-add-dialog", "breadbar-wifi-add-dialog.png"),
|
||||||
|
],
|
||||||
),
|
),
|
||||||
("breadbox", &[("launcher", "breadbox-launcher.png")]),
|
("breadbox", &[("launcher", "breadbox-launcher.png")]),
|
||||||
("breadclip", &[("history", "breadclip-history.png")]),
|
("breadclip", &[("history", "breadclip-history.png")]),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue