bread-capture: add breadman's 11 additional views to target registry
This commit is contained in:
parent
64cc17905d
commit
c0b489fa67
1 changed files with 17 additions and 1 deletions
|
|
@ -57,7 +57,23 @@ const TARGETS: &[(&str, &[(&str, &str)])] = &[
|
|||
("ask", "breadhelp-ask.png"),
|
||||
],
|
||||
),
|
||||
("breadman", &[("all", "breadman-all.png")]),
|
||||
(
|
||||
"breadman",
|
||||
&[
|
||||
("all", "breadman-all.png"),
|
||||
("upcoming", "breadman-upcoming.png"),
|
||||
("todo", "breadman-todo.png"),
|
||||
("reminder", "breadman-reminder.png"),
|
||||
("idea", "breadman-idea.png"),
|
||||
("note", "breadman-note.png"),
|
||||
("question", "breadman-question.png"),
|
||||
("archive", "breadman-archive.png"),
|
||||
("settings", "breadman-settings.png"),
|
||||
("errors", "breadman-errors.png"),
|
||||
("editor", "breadman-editor.png"),
|
||||
("new-note", "breadman-new-note.png"),
|
||||
],
|
||||
),
|
||||
("bos-settings", &[("default", "bos-settings-default.png")]),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue