From a0c3d9e2975a26c44e99ed01530c66031a0ec448 Mon Sep 17 00:00:00 2001 From: gabriele Date: Tue, 1 Mar 2022 11:58:01 +0100 Subject: [PATCH] fix: remove print button --- src/store/integrations/composer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/integrations/composer.tsx b/src/store/integrations/composer.tsx index b7a352c3..900d62c6 100644 --- a/src/store/integrations/composer.tsx +++ b/src/store/integrations/composer.tsx @@ -115,7 +115,7 @@ const Composer: FC = ({ toolbar: inline ? false : // eslint-disable-next-line max-len - 'fontselect fontsizeselect formatselect print | bold italic underline strikethrough | removeformat code | alignleft aligncenter alignright alignjustify | forecolor backcolor | bullist numlist outdent indent | ltr rtl', + 'fontselect fontsizeselect formatselect | bold italic underline strikethrough | removeformat code | alignleft aligncenter alignright alignjustify | forecolor backcolor | bullist numlist outdent indent | ltr rtl', quickbars_insert_toolbar: inline ? 'bullist numlist' : '', quickbars_selection_toolbar: inline ? 'bold italic underline | forecolor backcolor | removeformat | quicklink'