mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
hide-help-cards
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user