From d76de43f46c2d6eebe5ab8e1fc8fe19da14a2273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Wed, 7 May 2025 11:08:25 +0200 Subject: [PATCH] remove qr code --- client/presentationmgr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/presentationmgr.ts b/client/presentationmgr.ts index 7e37008..1f24a67 100644 --- a/client/presentationmgr.ts +++ b/client/presentationmgr.ts @@ -94,7 +94,7 @@ class MainScreen implements PresentationScreen { } public async prepare(): Promise { - 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 {