Add barcode icon and use other icons

Minor formatting and messaging tweaks
This commit is contained in:
Vivianne Langdon
2022-02-27 00:00:22 -08:00
parent f4d5b7b4d2
commit e71a5e3bdf
8 changed files with 14 additions and 1 deletions

View File

@ -687,6 +687,7 @@ let BookWyrm = new (class {
},
}, (err) => {
if (err) {
scannerNode.replaceChildren();
console.log(err);
toggleStatus('access-denied');
return;