Update main.rs

This commit is contained in:
Jedsek 2023-01-20 13:56:02 +08:00 committed by GitHub
parent ccd02c525b
commit 06fb7e0b51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ impl Sandbox for QRGenerator {
None
} else {
qr_code::State::new(&data).ok()
}
};
self.data = data;
}