summarylogtreecommitdiffstats
path: root/0000-disable-update-check@rustdesk.patch
blob: 4f4d467da9dffc8a22bb5fa243e28eb30547a64d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff -pNaru5 a/flutter/lib/desktop/pages/desktop_home_page.dart b/flutter/lib/desktop/pages/desktop_home_page.dart
--- a/flutter/lib/desktop/pages/desktop_home_page.dart	2024-12-21 02:09:03.000000000 -0500
+++ b/flutter/lib/desktop/pages/desktop_home_page.dart	2024-12-23 00:34:54.631074022 -0500
@@ -422,11 +422,11 @@ class _DesktopHomePageState extends Stat
       ),
     );
   }
 
   Widget buildHelpCards(String updateUrl) {
-    if (!bind.isCustomClient() &&
+    if (false && !bind.isCustomClient() &&
         updateUrl.isNotEmpty &&
         !isCardClosed &&
         bind.mainUriPrefixSync().contains('rustdesk')) {
       return buildInstallCard(
           "Status",