Fix privacy URL

This commit is contained in:
Daniel Temme
2023-07-08 10:37:56 +02:00
committed by GitHub
parent 778f46bbb2
commit ebe0681748
3 changed files with 4 additions and 4 deletions

View File

@@ -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'),