Autogenerated commit at 2026-01-21 11:08:29.223728+00:00
This commit is contained in:
16
rustdesk/0000-disable-update-check@rustdesk.patch
Normal file
16
rustdesk/0000-disable-update-check@rustdesk.patch
Normal file
@@ -0,0 +1,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",
|
||||
Reference in New Issue
Block a user