From b0c2e3c5eb31d255d91cc474bee32641894137b2 Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 19 May 2025 14:08:18 +0700 Subject: [PATCH] Hide contact support in left menu on desktop Signed-off-by: dab246 --- lib/features/mailbox/presentation/mailbox_view_web.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/mailbox/presentation/mailbox_view_web.dart b/lib/features/mailbox/presentation/mailbox_view_web.dart index c8314510b..d1b0cfaec 100644 --- a/lib/features/mailbox/presentation/mailbox_view_web.dart +++ b/lib/features/mailbox/presentation/mailbox_view_web.dart @@ -65,7 +65,7 @@ class MailboxView extends BaseMailboxView { start: QuotasViewStyles.padding, top: QuotasViewStyles.padding, ), - isDisplayedContactSupport: true, + isDisplayedContactSupport: !controller.responsiveUtils.isWebDesktop(context), ), Container( width: double.infinity,