Cope with multiline logs

This commit is contained in:
Richard Bowman 2024-01-08 11:53:37 +00:00
parent a53062af83
commit 24060b6d2a
2 changed files with 17 additions and 7 deletions

View file

@ -86,7 +86,7 @@ export default {
this.modalNotify(`Background image has been updated`);
},
alertImageLabel(r) {
let label = r.output===true? 'sample' : 'background'
let label = r.output === true ? "sample" : "background";
this.modalNotify(`Current image is ${label}`);
}
}