Merge branch 'master' into flub/send-backup

This commit is contained in:
Floris Bruynooghe
2023-03-07 12:52:09 +01:00
74 changed files with 270 additions and 226 deletions

View File

@@ -124,7 +124,7 @@ fn inner_generate_secure_join_qr_code(
Ok(())
})?
.build(|w| {
// White Background apears like a card
// White Background appears like a card
w.single("rect", |d| {
d.attr("x", card_border_size)?;
d.attr("y", card_border_size)?;