mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-05 16:37:09 +00:00
chore(control): remove qr-code button for now
This commit is contained in:
@@ -66,12 +66,6 @@
|
|||||||
is_selected: () => editor_state.editor?.isActive('strike') ?? false,
|
is_selected: () => editor_state.editor?.isActive('strike') ?? false,
|
||||||
title: 'Durchgestrichen',
|
title: 'Durchgestrichen',
|
||||||
icon: Strikethrough
|
icon: Strikethrough
|
||||||
},
|
|
||||||
{
|
|
||||||
onclick: () => {},
|
|
||||||
is_selected: () => false,
|
|
||||||
title: 'QR-Code anfügen',
|
|
||||||
icon: QrCode
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user