hide-help-cards
This commit is contained in:
parent
b68d7a3054
commit
5a8c8cbf7c
1 changed files with 3 additions and 0 deletions
|
|
@ -410,6 +410,9 @@ class _DesktopHomePageState extends State<DesktopHomePage>
|
|||
}
|
||||
|
||||
Future<Widget> buildHelpCards() async {
|
||||
if (bind.mainGetLocalOption(key: 'hide-help-cards') == 'Y') {
|
||||
return const SizedBox();
|
||||
}
|
||||
if (!bind.isCustomClient() &&
|
||||
updateUrl.isNotEmpty &&
|
||||
!isCardClosed &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue