diff --git a/flutter/lib/desktop/pages/desktop_home_page.dart b/flutter/lib/desktop/pages/desktop_home_page.dart index 1f53172a5..4a38a080b 100644 --- a/flutter/lib/desktop/pages/desktop_home_page.dart +++ b/flutter/lib/desktop/pages/desktop_home_page.dart @@ -410,6 +410,9 @@ class _DesktopHomePageState extends State } Future buildHelpCards() async { + if (bind.mainGetLocalOption(key: 'hide-help-cards') == 'Y') { + return const SizedBox(); + } if (!bind.isCustomClient() && updateUrl.isNotEmpty && !isCardClosed &&