bread-capture: add breadpad's reminder + reminder-snooze views to target registry

This commit is contained in:
Breadway 2026-07-29 21:32:44 +08:00
parent c0b489fa67
commit 271555fb80

View file

@ -48,7 +48,14 @@ const TARGETS: &[(&str, &[(&str, &str)])] = &[
("breadbox", &[("launcher", "breadbox-launcher.png")]), ("breadbox", &[("launcher", "breadbox-launcher.png")]),
("breadclip", &[("history", "breadclip-history.png")]), ("breadclip", &[("history", "breadclip-history.png")]),
("breadsearch", &[("search", "breadsearch-search.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", "breadhelp",
&[ &[