This commit is contained in:
link2xt
2022-07-09 22:27:42 +00:00
parent c9a1ebf257
commit 39ae44dbf0

View File

@@ -81,7 +81,8 @@ impl Lot {
},
Self::Qr(qr) => match qr {
Qr::Addr {
draft: Some(_draft), ..
draft: Some(_draft),
..
} => Meaning::Text1Draft,
_ => Meaning::None,
},