diff --git a/flutter/lib/desktop/pages/desktop_setting_page.dart b/flutter/lib/desktop/pages/desktop_setting_page.dart index fe617140a..eb8a96e15 100644 --- a/flutter/lib/desktop/pages/desktop_setting_page.dart +++ b/flutter/lib/desktop/pages/desktop_setting_page.dart @@ -1559,7 +1559,7 @@ class _AboutState extends State<_About> { .marginSymmetric(vertical: 4.0)), InkWell( onTap: () { - launchUrlString('https://rustdesk.com/privacy'); + launchUrlString('https://rustdesk.com/privacy.html'); }, child: Text( translate('Privacy Statement'), diff --git a/flutter/lib/desktop/pages/install_page.dart b/flutter/lib/desktop/pages/install_page.dart index 74452c7ee..57f28f619 100644 --- a/flutter/lib/desktop/pages/install_page.dart +++ b/flutter/lib/desktop/pages/install_page.dart @@ -183,9 +183,9 @@ class _InstallPageBodyState extends State<_InstallPageBody> InkWell( hoverColor: Colors.transparent, onTap: () => - launchUrlString('https://rustdesk.com/privacy'), + launchUrlString('https://rustdesk.com/privacy.html'), child: Tooltip( - message: 'https://rustdesk.com/privacy', + message: 'https://rustdesk.com/privacy.html', child: Row(children: [ Icon(Icons.launch_outlined, size: 16) .marginOnly(right: 5), diff --git a/src/ui/index.tis b/src/ui/index.tis index 2d8eba498..f0bfc13d2 100644 --- a/src/ui/index.tis +++ b/src/ui/index.tis @@ -365,7 +365,7 @@ class MyIdMenu: Reactor.Component { msgbox("custom-nocancel-nook-hasclose", translate("About") + " " + name, "