From b5e997e675b058a7872c8a4a4059750c5384d00e Mon Sep 17 00:00:00 2001 From: 2mal3 <56305732+2mal3@users.noreply.github.com> Date: Sat, 17 Jan 2026 12:56:59 +0100 Subject: [PATCH] chore(control): remove qr-code button for now --- control/frontend/src/routes/TipTapInput.svelte | 6 ------ 1 file changed, 6 deletions(-) diff --git a/control/frontend/src/routes/TipTapInput.svelte b/control/frontend/src/routes/TipTapInput.svelte index b904bb9..f6e1cfa 100644 --- a/control/frontend/src/routes/TipTapInput.svelte +++ b/control/frontend/src/routes/TipTapInput.svelte @@ -66,12 +66,6 @@ is_selected: () => editor_state.editor?.isActive('strike') ?? false, title: 'Durchgestrichen', icon: Strikethrough - }, - { - onclick: () => {}, - is_selected: () => false, - title: 'QR-Code anfügen', - icon: QrCode } ], [