forked from AbleOS/ableos
fixed qr code
This commit is contained in:
parent
50410f4dc1
commit
3b1e51d1ba
|
@ -256,7 +256,7 @@ pub fn bsod(src: BSODSource) -> ! {
|
||||||
let image = code
|
let image = code
|
||||||
.render::<char>()
|
.render::<char>()
|
||||||
.quiet_zone(false)
|
.quiet_zone(false)
|
||||||
.module_dimensions(2, 1)
|
.module_dimensions(1, 1)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
println!("{}", image);
|
println!("{}", image);
|
||||||
|
|
Loading…
Reference in a new issue