remove qr code

This commit is contained in:
2025-05-07 11:08:25 +02:00
parent 9b471e05de
commit d76de43f46

View File

@@ -94,7 +94,7 @@ class MainScreen implements PresentationScreen {
}
public async prepare(): Promise<void> {
this.dom_question_link.append(await el.img(QUESTION_QR, ["qr"]));
//this.dom_question_link.append(await el.img(QUESTION_QR, ["qr"]));
}
public async start(): Promise<void> {