We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cb468 commit f709a26Copy full SHA for f709a26
flutter/lib/desktop/pages/desktop_home_page.dart
@@ -432,7 +432,7 @@ class _DesktopHomePageState extends State<DesktopHomePage>
432
"Status",
433
"${translate("new-version-of-{${bind.mainGetAppNameSync()}}-tip")} (${bind.mainGetNewVersion()}).",
434
"Click to download", () async {
435
- final Uri url = Uri.parse('https://rustdesk.com/download');
+ final Uri url = Uri.parse(updateUrl);
436
await launchUrl(url);
437
}, closeButton: true);
438
}
0 commit comments