bread-capture: add breadpad to target registry

This commit is contained in:
Breadway 2026-07-29 11:44:00 +08:00
parent f06ba904b7
commit 03749787c5

View file

@ -37,6 +37,7 @@ 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")]),
];
#[derive(Parser)]