Emit bread.help.opened when the main window is shown
All checks were successful
dev release / build (push) Successful in 2m4s

Fail-silent via bread-utils BreadClient (ecosystem v0.7.1, bread-client).
No command verbs. Silent autostart and screenshot mode do not emit.
This commit is contained in:
Breadway 2026-08-15 22:16:30 +08:00
parent 3634edef0d
commit c9445fadcc
6 changed files with 90 additions and 6 deletions

View file

@ -17,7 +17,7 @@ toml = "0.8"
# Non-destructive state editing (mirrors bos-settings/src/config/mod.rs).
toml_edit = "0.22"
async-channel = "2"
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.1", features = ["toml"] }
bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.1", features = ["toml", "bread-client"] }
# Capture primitives for `--screenshot` mode — see src/screenshot.rs.
# The crate is not in tag v0.7.1 (landed after that tag; no later
# ecosystem tag includes it). Rev-pinned so this is not branch=main.