bread-capture: add breadpad's reminder + reminder-snooze views to target registry
This commit is contained in:
parent
c0b489fa67
commit
271555fb80
1 changed files with 8 additions and 1 deletions
|
|
@ -48,7 +48,14 @@ const TARGETS: &[(&str, &[(&str, &str)])] = &[
|
|||
("breadbox", &[("launcher", "breadbox-launcher.png")]),
|
||||
("breadclip", &[("history", "breadclip-history.png")]),
|
||||
("breadsearch", &[("search", "breadsearch-search.png")]),
|
||||
("breadpad", &[("popup", "breadpad-popup.png")]),
|
||||
(
|
||||
"breadpad",
|
||||
&[
|
||||
("popup", "breadpad-popup.png"),
|
||||
("reminder", "breadpad-reminder.png"),
|
||||
("reminder-snooze", "breadpad-reminder-snooze.png"),
|
||||
],
|
||||
),
|
||||
(
|
||||
"breadhelp",
|
||||
&[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue